diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:08:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:08:24 +0100 |
commit | 8eacc578636e95abc1bd09a60e6ee1c65805c486 (patch) | |
tree | 6e9ac6eb8b90e2dc9d1f9944d823dc5df808191d /extra/libtasn1/Pkgfile | |
parent | 2cbab1d6694b552e94e6f5eeecb075db4874107d (diff) | |
download | nutyx-pakxe-8eacc578636e95abc1bd09a60e6ee1c65805c486.tar.gz nutyx-pakxe-8eacc578636e95abc1bd09a60e6ee1c65805c486.tar.bz2 nutyx-pakxe-8eacc578636e95abc1bd09a60e6ee1c65805c486.tar.xz nutyx-pakxe-8eacc578636e95abc1bd09a60e6ee1c65805c486.zip |
libtasn1, déplacé dans base
Diffstat (limited to 'extra/libtasn1/Pkgfile')
-rwxr-xr-x | extra/libtasn1/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/libtasn1/Pkgfile b/extra/libtasn1/Pkgfile deleted file mode 100755 index c406c3b49..000000000 --- a/extra/libtasn1/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Contient librairie audio -# URL: http://www.gnu.org/software/gnutls/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libtasn1 -version=1.5 -release=1 -source=( ftp://ftp.gnutls.org/pub/gnutls/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share/doc - rm -rd $PKG/usr/share/info/dir -} |