summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-mount/Pkgfile
blob: 59657ae30ba177f379a93791d4a201517e0e2bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Permet le montage et démontage des médias externes
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-keyring, hal, nautilus, libnotify, intltool, gconf
# Run on: gnome-keyring,hal,nautilus,libnotify,intltool,gconf

name=gnome-mount
version=0.8
release=2
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
		--sysconfdir=/etc

	make
	make DESTDIR=$PKG install
}