summaryrefslogtreecommitdiff
path: root/manualPorts/xmedcon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/xmedcon/Pkgfile')
-rw-r--r--manualPorts/xmedcon/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/manualPorts/xmedcon/Pkgfile b/manualPorts/xmedcon/Pkgfile
new file mode 100644
index 0000000..f9f24d2
--- /dev/null
+++ b/manualPorts/xmedcon/Pkgfile
@@ -0,0 +1,21 @@
+# Description: an open source toolkit for medical image conversion
+# URL: http://xmedcon.sourceforge.net/Main/HomePage
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: gtk gdk-pixbuf
+
+# any mail client which understands "-t" may replace exim
+
+name=xmedcon
+version=0.15.0
+release=1
+source=("http://sourceforge.net/projects/$name/files/XMedCon-Source/$version/$name-$version.tar.bz2")
+
+build() {
+
+ cd ${name}-${version}
+ ./configure \
+ --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+}