summaryrefslogtreecommitdiffstats
path: root/gnome-phone-manager/Pkgfile
blob: 9243546016ab2f649f46b6250f0c453baa9dc180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}