diff options
author | tnut <tnut at nutyx dot com> | 2011-11-06 10:37:31 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-11-06 10:37:31 +0100 |
commit | b68c207e958f1b28d7c138ef5aa35101092037ef (patch) | |
tree | cca0866488b8940033072db8077fa4c88b4639a3 /base/slang/Pkgfile | |
parent | 2590d19b73ae5955672530c9d82c52b2e1df2c5e (diff) | |
download | nutyx-extra-b68c207e958f1b28d7c138ef5aa35101092037ef.tar.gz nutyx-extra-b68c207e958f1b28d7c138ef5aa35101092037ef.tar.bz2 nutyx-extra-b68c207e958f1b28d7c138ef5aa35101092037ef.tar.xz nutyx-extra-b68c207e958f1b28d7c138ef5aa35101092037ef.zip |
slang dans extra
Diffstat (limited to 'base/slang/Pkgfile')
-rwxr-xr-x | base/slang/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/base/slang/Pkgfile b/base/slang/Pkgfile deleted file mode 100755 index 09c5bcb48..000000000 --- a/base/slang/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# Description: Contient la librairie S-Lang -# URL: http://gd.tuwien.ac.at/editors/davis/slang -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: -# Run on: - -name=slang -version=2.2.3 -release=1 -source=( ftp://space.mit.edu/pub/davis/$name/v2.2/$name-$version.tar.bz2) - - -build() { - unset MAKEFLAGS - cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make - make DESTDIR=$PKG install - chmod -v 755 $PKG/usr/lib/libslang.so.$version \ - $PKG/usr/lib/slang/v2/modules/*.so - rm -r $PKG/usr/share/doc -} |