diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:58 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:58 +0100 |
commit | e8ca37878aabf56df0708409645fc8570cff4cb6 (patch) | |
tree | c1c002660b00f3be77a18a57bf018e3ba470a67f /base/db/Pkgfile | |
parent | 8e8ad512d60cb2a150926713c7a4e8e6abd000de (diff) | |
download | nutyx-extra-e8ca37878aabf56df0708409645fc8570cff4cb6.tar.gz nutyx-extra-e8ca37878aabf56df0708409645fc8570cff4cb6.tar.bz2 nutyx-extra-e8ca37878aabf56df0708409645fc8570cff4cb6.tar.xz nutyx-extra-e8ca37878aabf56df0708409645fc8570cff4cb6.zip |
db, maj patchs maj db#4.7.25-2
Diffstat (limited to 'base/db/Pkgfile')
-rwxr-xr-x | base/db/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/db/Pkgfile b/base/db/Pkgfile index bfe614c7e..fc25736b9 100755 --- a/base/db/Pkgfile +++ b/base/db/Pkgfile @@ -2,17 +2,16 @@ # URL: http://www.sleepycat.com/products/db.shtml # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=db version=4.7.25 -release=1 +release=2 source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz \ - http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-upstream_fixes-1.patch) + http://www.oracle.com/technology/products/berkeley-db/db/update/$version/patch.$version.{1,2,3,4}) build() { cd $name-$version - patch -Np1 -i ../$name-$version-upstream_fixes-1.patch + cat $SRC/patch.$version.{1,2,3,4} | patch -p0 cd build_unix ../dist/configure --prefix=/usr \ --enable-compat185 \ |