diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 10:33:36 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 10:33:36 +0100 |
commit | 4654d53e92e0a6738b09d8f9db368764bb4d5ec5 (patch) | |
tree | d0c3299022877d704d3347d1829e90a65aba1d6b /gdbm/Pkgfile | |
parent | 33d7e08d2ea5ae0fc3e71bc6441f964943332875 (diff) | |
download | base-4654d53e92e0a6738b09d8f9db368764bb4d5ec5.tar.gz base-4654d53e92e0a6738b09d8f9db368764bb4d5ec5.tar.bz2 base-4654d53e92e0a6738b09d8f9db368764bb4d5ec5.tar.xz base-4654d53e92e0a6738b09d8f9db368764bb4d5ec5.zip |
Recette de gdbm retirée.
Diffstat (limited to 'gdbm/Pkgfile')
-rw-r--r-- | gdbm/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gdbm/Pkgfile b/gdbm/Pkgfile deleted file mode 100644 index 047a55a..0000000 --- a/gdbm/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -description="GNU database library for C" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://www.gnu.org/software/gdbm/gdbm.html" -depends=() - -name=gdbm -version=1.8.3 -release=2 -source=(http://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz gdbm-1.8.3-compat-linking.patch) -build () -{ - cd $name-$version; - patch -p1 -i $SRC/$name-$version-compat-linking.patch; - ./configure --prefix=/usr --includedir=/usr/include/gdbm; - make; - make -j1 INSTALL_ROOT=$PKG install install-compat; - ln -sf gdbm/gdbm.h $PKG/usr/include/gdbm.h; - rm -r $PKG/usr/info; - chown -R root.root $PKG -} |