summaryrefslogtreecommitdiffstats
path: root/base/gc/Pkgfile
diff options
context:
space:
mode:
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
+}