summaryrefslogtreecommitdiffstats
path: root/kde/gnokii/Pkgfile
blob: c978ebd134673ed37d7021b35fa3ad5d9a377fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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: p5-xml-parser, gtk, glib, mysqlclient

name=gnokii
version=0.6.28.1
release=1
source=(http://www.gnokii.org/download/$name/gnokii-$version.tar.bz2 \
	gnokii.patch)

build() {
	cd $name-*
	sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
	patch -Np1 -i $SRC/gnokii.patch
 	./configure --prefix=$KDE_PREFIX 
	make
	make DESTDIR=$PKG install

}