summaryrefslogtreecommitdiffstats
path: root/gnokii/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-04 17:44:12 +0200
committerpiernov <piernov@piernov.org>2011-09-04 17:44:12 +0200
commit4150634daeac4f7bc0bd818a6c7083b5863fdf2e (patch)
tree80769f58e2a7210293c90713a2297ca21b564022 /gnokii/Pkgfile
parentd764eaad9a959715ee0c9e26062a4f2d26703946 (diff)
downloadgnome3-4150634daeac4f7bc0bd818a6c7083b5863fdf2e.tar.gz
gnome3-4150634daeac4f7bc0bd818a6c7083b5863fdf2e.tar.bz2
gnome3-4150634daeac4f7bc0bd818a6c7083b5863fdf2e.tar.xz
gnome3-4150634daeac4f7bc0bd818a6c7083b5863fdf2e.zip
gnokii 0.6.30-1 déplacé dans gnome3
Diffstat (limited to 'gnokii/Pkgfile')
-rwxr-xr-xgnokii/Pkgfile30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnokii/Pkgfile b/gnokii/Pkgfile
new file mode 100755
index 0000000..17f7c16
--- /dev/null
+++ b/gnokii/Pkgfile
@@ -0,0 +1,30 @@
+# Description: Outils pour l'usage des téléphones portable
+# 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, sqlite3
+# Run on: xorg-libxpm,libpostgresql,p5-xml-parser,gtk,mysqlclient,libical,libusb,sqlite3
+
+name=gnokii
+version=0.6.30
+release=1
+source=(http://www.gnokii.org/download/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-*
+ sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+ ./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
+}