summaryrefslogtreecommitdiffstats
path: root/xdg-utils/Pkgfile
blob: 684b2189730e4ffac28a543fa1c78b6c3f698483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: outil en ligne de commande permettant l'integration de taches de bureaux varies 
# URL: http://portland.freedesktop.org/wiki/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: 
# Run on:

name=xdg-utils
version=1.1.0-rc1
release=1
source=(http://portland.freedesktop.org/download/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man
	make
	make DESTDIR=$PKG install
}