diff options
author | piernov <piernov@piernov.org> | 2011-08-17 00:44:06 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-17 00:44:06 +0200 |
commit | b391e791c989612647133c3ce1f6560b3e64a336 (patch) | |
tree | 98ec04793f35ee33053a804bac11b77268440cea /gnome-phone-manager/Pkgfile | |
parent | 9de46937589a6375c70d7da92b1b13a4c4e32db4 (diff) | |
download | gnome3-b391e791c989612647133c3ce1f6560b3e64a336.tar.gz gnome3-b391e791c989612647133c3ce1f6560b3e64a336.tar.bz2 gnome3-b391e791c989612647133c3ce1f6560b3e64a336.tar.xz gnome3-b391e791c989612647133c3ce1f6560b3e64a336.zip |
gnome-phone-manager 0.67-1 ajout port
Diffstat (limited to 'gnome-phone-manager/Pkgfile')
-rw-r--r-- | gnome-phone-manager/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-phone-manager/Pkgfile b/gnome-phone-manager/Pkgfile new file mode 100644 index 0000000..9243546 --- /dev/null +++ b/gnome-phone-manager/Pkgfile @@ -0,0 +1,24 @@ +# Description: Sous-système Bluetooth de Gnome +# URL: http://live.gnome.org/GnomeBluetooth +# Maintainer: NuTyX GNOME team +# Packager: piernov <piernov@piernov.org> +# Depends on: evolution-data-server, gnokii, gnome-bluetooth, gnome-icon-theme, libcanberra, gnome-common +# Run on: evolution-data-server, gnokii, gnome-bluetooth, gnome-icon-theme, libcanberra + +name=gnome-phone-manager +version=0.67 +release=1 +source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var + make + make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install + + install -m755 -d $PKG/usr/share/gconf/schemas + gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain $name $PKG/etc/gconf/schemas/*.schemas + rm -f $PKG/etc/gconf/schemas/*.schemas +} |