diff options
author | piernov <piernov@piernov.org> | 2012-03-04 13:23:05 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-04 13:23:05 +0000 |
commit | 37e0be0974cd40e6bc0f3c579cc1d1f2c9c53028 (patch) | |
tree | c445fd1f70c981019def27191fb56f01140df1c5 /libpipeline/Pkgfile | |
parent | 1e01bf10c6f5a850383db2a4acc4a9159b3f5ade (diff) | |
download | nutyx-pakxe-37e0be0974cd40e6bc0f3c579cc1d1f2c9c53028.tar.gz nutyx-pakxe-37e0be0974cd40e6bc0f3c579cc1d1f2c9c53028.tar.bz2 nutyx-pakxe-37e0be0974cd40e6bc0f3c579cc1d1f2c9c53028.tar.xz nutyx-pakxe-37e0be0974cd40e6bc0f3c579cc1d1f2c9c53028.zip |
libpipeline 1.2.1-1 ajout port
Diffstat (limited to 'libpipeline/Pkgfile')
-rwxr-xr-x | libpipeline/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libpipeline/Pkgfile b/libpipeline/Pkgfile new file mode 100755 index 000000000..6b14a8754 --- /dev/null +++ b/libpipeline/Pkgfile @@ -0,0 +1,17 @@ +# Description: Bibliothèque pour construire de façon sécurisée des tuyaux entre des sous-processus. +# URL: http://libpipeline.nongnu.org/ +# Maintainer: http://savannah.nongnu.org/users/cjwatson +# Packager: piernov <piernov@piernov.org> +# Depends on: + +name=libpipeline +version=1.2.1 +release=1 +source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |