summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-vfs-monikers/Pkgfile
blob: 9ae4afe6a3980b69b1a89a71c4cdad23578efdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Contient l'interface pour le système de fichiers virtuel de gnome
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libbonobo, gnome-vfs

name=gnome-vfs-monikers
version=2.15.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.15/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0)
	make
	make DESTDIR=$PKG install
rm -rf $PKG/$(pkg-config --variable=prefix ORBit-2.0)/share
}