summaryrefslogtreecommitdiffstats
path: root/base/dbh/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 21:13:20 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 21:13:20 +0100
commitd07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4 (patch)
tree68d04c9f2c51544ebdff5b88f738f22cfb449c39 /base/dbh/Pkgfile
parent35b2fd6c9fb31ea974b9a30c459d8cf48ab15d6d (diff)
downloadnutyx-extra-d07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4.tar.gz
nutyx-extra-d07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4.tar.bz2
nutyx-extra-d07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4.tar.xz
nutyx-extra-d07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4.zip
dbh, maj 4.6.0-1
Diffstat (limited to 'base/dbh/Pkgfile')
-rwxr-xr-xbase/dbh/Pkgfile15
1 files changed, 8 insertions, 7 deletions
diff --git a/base/dbh/Pkgfile b/base/dbh/Pkgfile
index fd3004980..b7982785f 100755
--- a/base/dbh/Pkgfile
+++ b/base/dbh/Pkgfile
@@ -2,18 +2,19 @@
# URL: http://dbh.sourceforge.net
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=dbh
-version=4.5.0
-release=2
-source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
-
+version=4.6.0
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/dbh-4.6.0-man-1.patch)
build() {
cd $name-$version
./configure --prefix=/usr \
- --enable-static=no
+ --enable-static=no --mandir=/usr/share/man
+ patch -Np1 -i ../dbh-4.6.0-man-1.patch
make
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG MANDIR=$PKG/usr/share/man install
+ rm -r $PKG/usr/share/gtk-doc
}