diff options
author | lesibel <lesibel@free.fr> | 2009-11-10 14:50:07 +0100 |
---|---|---|
committer | lesibel <lesibel@free.fr> | 2009-11-10 14:50:07 +0100 |
commit | 96ae15bb9010100e5d704baa6ee647d6ec58ab51 (patch) | |
tree | 97a227714472506c8f9bf1bcf3290a3929eddb0c /extra/swig/Pkgfile | |
parent | ee4de92046628039dd091597bd75c174d510674c (diff) | |
download | nutyx-extra-96ae15bb9010100e5d704baa6ee647d6ec58ab51.tar.gz nutyx-extra-96ae15bb9010100e5d704baa6ee647d6ec58ab51.tar.bz2 nutyx-extra-96ae15bb9010100e5d704baa6ee647d6ec58ab51.tar.xz nutyx-extra-96ae15bb9010100e5d704baa6ee647d6ec58ab51.zip |
Ajout de swig#1.3.40-1
Diffstat (limited to 'extra/swig/Pkgfile')
-rw-r--r-- | extra/swig/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/swig/Pkgfile b/extra/swig/Pkgfile new file mode 100644 index 000000000..e45055a51 --- /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: gcc-libs, zlib + +name=swig +version=1.3.40 +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 +} |