diff options
author | tnut <tnut at nutyx dot com> | 2011-07-26 21:45:52 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-26 21:45:52 +0200 |
commit | 8b20d83c82956b279109fc9f654b01fb0da7fb2c (patch) | |
tree | daf8da85042ee5d2ac09e42eead3ebf1e09ab35e /base/gc/Pkgfile | |
parent | 19c3110cb31583da992b4496c9436cf46fe1ef75 (diff) | |
download | nutyx-pakxe-8b20d83c82956b279109fc9f654b01fb0da7fb2c.tar.gz nutyx-pakxe-8b20d83c82956b279109fc9f654b01fb0da7fb2c.tar.bz2 nutyx-pakxe-8b20d83c82956b279109fc9f654b01fb0da7fb2c.tar.xz nutyx-pakxe-8b20d83c82956b279109fc9f654b01fb0da7fb2c.zip |
gc, obsolète
Diffstat (limited to 'base/gc/Pkgfile')
-rw-r--r-- | base/gc/Pkgfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/base/gc/Pkgfile b/base/gc/Pkgfile deleted file mode 100644 index 4c3cde10b..000000000 --- a/base/gc/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Collecteur de déchets pour C et C++ -# URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=gc -version=7.1 -release=1 -source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$name-$version.tar.gz) -build() { -cd $name-$version -./configure --prefix=/usr --enable-cplusplus -make -make DESTDIR=$PKG install -} |