summaryrefslogtreecommitdiffstats
path: root/db/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'db/Pkgfile.old')
-rw-r--r--db/Pkgfile.old21
1 files changed, 21 insertions, 0 deletions
diff --git a/db/Pkgfile.old b/db/Pkgfile.old
new file mode 100644
index 0000000..10a1190
--- /dev/null
+++ b/db/Pkgfile.old
@@ -0,0 +1,21 @@
+# Description: Berkeley DB
+# URL: http://www.oracle.com/database/berkeley-db/index.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+
+name=db
+version=4.8.30
+release=1
+source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version/build_unix
+ ../dist/configure --prefix=/usr \
+ --enable-compat185 \
+ --enable-shared \
+ --enable-static \
+ --enable-cxx
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/docs
+ chmod -R +w $PKG
+}