summaryrefslogtreecommitdiffstats
path: root/base/gc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-24 00:13:53 +0200
committertnut <tnut at nutyx dot com>2011-07-24 00:13:53 +0200
commitad0dce55a12356aeed7ffe7e7e7c6bd3a7af7c65 (patch)
tree2cad4d7f864bd9b79a396a509e45a105f5cc6f34 /base/gc/Pkgfile
parent3b25e0ad30504af7137686a560c4a9ab902c117f (diff)
downloadnutyx-extra-ad0dce55a12356aeed7ffe7e7e7c6bd3a7af7c65.tar.gz
nutyx-extra-ad0dce55a12356aeed7ffe7e7e7c6bd3a7af7c65.tar.bz2
nutyx-extra-ad0dce55a12356aeed7ffe7e7e7c6bd3a7af7c65.tar.xz
nutyx-extra-ad0dce55a12356aeed7ffe7e7e7c6bd3a7af7c65.zip
gc, restauré ....
Diffstat (limited to 'base/gc/Pkgfile')
-rw-r--r--base/gc/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/base/gc/Pkgfile b/base/gc/Pkgfile
new file mode 100644
index 000000000..4c3cde10b
--- /dev/null
+++ b/base/gc/Pkgfile
@@ -0,0 +1,15 @@
+# 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
+}