summaryrefslogtreecommitdiffstats
path: root/kde/gnokii/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-14 11:19:39 +0100
committersibel <lesibel@free.fr>2011-03-14 11:19:39 +0100
commit201ffbcb72a060c79f65ddc75f787089cc4e4b73 (patch)
tree891bf724b2290ab194548e39534e93b12923be8a /kde/gnokii/Pkgfile
parent472f09877cce8dda32881c1702ece57d2546839e (diff)
downloadnutyx-extra-201ffbcb72a060c79f65ddc75f787089cc4e4b73.tar.gz
nutyx-extra-201ffbcb72a060c79f65ddc75f787089cc4e4b73.tar.bz2
nutyx-extra-201ffbcb72a060c79f65ddc75f787089cc4e4b73.tar.xz
nutyx-extra-201ffbcb72a060c79f65ddc75f787089cc4e4b73.zip
gnokii, deplace dans ouvert
Diffstat (limited to 'kde/gnokii/Pkgfile')
-rwxr-xr-xkde/gnokii/Pkgfile33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde/gnokii/Pkgfile b/kde/gnokii/Pkgfile
deleted file mode 100755
index 137326ec9..000000000
--- a/kde/gnokii/Pkgfile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Description: Outils pour l'usage des téléphones portable dans kdepim
-# URL: http://www.gnokii.org/
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-libxpm, libpostgresql, p5-xml-parser, gtk, mysqlclient, libical, libusb
-# Run on: xorg-libxpm,libpostgresql,p5-xml-parser,gtk,mysqlclient,libical,libusb
-
-name=gnokii
-version=0.6.29
-release=2
-source=(http://www.gnokii.org/download/$name/$name-$version.tar.bz2 \
- http://nutyx.meticul.eu/files/patchs/$name/gnokii.patch)
-
-build() {
- cd $name-*
- sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
- patch -Np1 -i $SRC/gnokii.patch
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-security \
- --disable-unix98test
-
- make
- make DESTDIR=$PKG install
-
- install -Dm644 Docs/sample/gnokiirc $PKG/etc/gnokiirc
- sed -i -e 's:/usr/local:/usr:' $PKG/etc/gnokiirc
-
- chmod 4755 $PKG/usr/sbin/mgnokiidev
-
- install -Dm644 Docs/sample/logo/gnokii.xpm $PKG/usr/share/pixmaps/xgnokii.xpm
-
-}