From 2c1bd105d4c8ef45381c8ffd534e5b63ac6bc697 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 16:15:09 +0200 Subject: swig dans extra --- extra/swig/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extra/swig/Pkgfile (limited to 'extra/swig/Pkgfile') 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 +} -- cgit v1.2.3-70-g09d2