summaryrefslogtreecommitdiffstats
path: root/xfce/gnome-disk-utility/Pkgfile
blob: 79af2ad1b7794d08f869a7a90d6a756e4ba73c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie et applications pour la gestion des supports externes
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-doc-utils, dbus-glib, gtk, libunique, libnotify, udisks, xorg-libx11, libatasmart, avahi
# Run on: dbus-glib,gtk,libunique,libnotify,udisks

name=gnome-disk-utility
version=2.30.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc --localstatedir=/var \
	--disable-scrollkeeper --disable-nautilus --disable-gtk-doc
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/{gnome,gtk-doc}
}