summaryrefslogtreecommitdiffstats
path: root/extra/swig/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:15:09 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:15:09 +0200
commit2c1bd105d4c8ef45381c8ffd534e5b63ac6bc697 (patch)
tree2252c85795aac323227feaeaf470afef3843c37b /extra/swig/Pkgfile
parent3e322628d57f85e0a75ef65e11e65da84b796096 (diff)
downloadnutyx-pakxe-2c1bd105d4c8ef45381c8ffd534e5b63ac6bc697.tar.gz
nutyx-pakxe-2c1bd105d4c8ef45381c8ffd534e5b63ac6bc697.tar.bz2
nutyx-pakxe-2c1bd105d4c8ef45381c8ffd534e5b63ac6bc697.tar.xz
nutyx-pakxe-2c1bd105d4c8ef45381c8ffd534e5b63ac6bc697.zip
swig dans extra
Diffstat (limited to 'extra/swig/Pkgfile')
-rw-r--r--extra/swig/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/swig/Pkgfile b/extra/swig/Pkgfile
new file mode 100644
index 000000000..3c526520a
--- /dev/null
+++ b/extra/swig/Pkgfile
@@ -0,0 +1,19 @@
+# Description: A compiler that makes it easy to integrate C and C++ code with scripting languages
+# URL:http://www.swig.org/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on:
+
+name=swig
+version=2.0.2
+release=1
+
+source=("http://downloads.sourceforge.net/$name/$name-$version.tar.gz")
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
+}