diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:16:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:16:24 +0100 |
commit | c1f85ef70553b0c46d462d1a0551e1a175e32e18 (patch) | |
tree | c3c0e7d1e72d06bf75402f37974e3a407a9055d2 /extra/swig/Pkgfile | |
parent | 157e95f0ad928f724195a9cc3b70f42bcc68c69d (diff) | |
download | nutyx-pakxe-c1f85ef70553b0c46d462d1a0551e1a175e32e18.tar.gz nutyx-pakxe-c1f85ef70553b0c46d462d1a0551e1a175e32e18.tar.bz2 nutyx-pakxe-c1f85ef70553b0c46d462d1a0551e1a175e32e18.tar.xz nutyx-pakxe-c1f85ef70553b0c46d462d1a0551e1a175e32e18.zip |
swig, déplacé dans base, maj des dépendances
Diffstat (limited to 'extra/swig/Pkgfile')
-rw-r--r-- | extra/swig/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/swig/Pkgfile b/extra/swig/Pkgfile deleted file mode 100644 index e45055a51..000000000 --- a/extra/swig/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} |