summaryrefslogtreecommitdiffstats
path: root/kde3/kdeadmin3/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde3/kdeadmin3/Pkgfile')
-rwxr-xr-xkde3/kdeadmin3/Pkgfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/kde3/kdeadmin3/Pkgfile b/kde3/kdeadmin3/Pkgfile
index 1194fabb5..53ae8c0bd 100755
--- a/kde3/kdeadmin3/Pkgfile
+++ b/kde3/kdeadmin3/Pkgfile
@@ -6,20 +6,19 @@
name=kdeadmin3
version=3.5.10
-release=1
-group=kde3
-source=(ftp://ftp.lip6.fr/pub/X11/kde/stable/$version/src/kdeadmin-$version.tar.bz2)
-
+release=2
+source=(ftp://ftp.lip6.fr/pub/X11/kde/stable/$version/src/kdeadmin-$version.tar.bz2 \
+ http://nutyx.meticul.eu/files/patchs/$name/kdedmin-3.5.10-nutyx-1.patch)
build() {
cd kdeadmin-$version
+ patch -Np1 -i ../kdedmin-3.5.10-nutyx-1.patch
+ export DO_NOT_COMPILE=kpackage
./configure --prefix=/opt/kde \
--disable-debug \
--without-rpm \
--with-shadow \
- DO_NOT_COMPILE="ksysv kpackage" \
--disable-dependency-tracking \
--enable-final
- make -j2
+ make
make DESTDIR=$PKG install
- rm -rf $PKG/$KDE3_PREFIX/share/doc
}