summaryrefslogtreecommitdiffstats
path: root/yelp-xsl/Pkgfile
blob: 10b4381ad2ac8c02c00a8191acdcb169e6088aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Feuilles de style pour Yelp
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: piernov <piernov@piernov.org>
# Depends on: intltool, libxslt, libxml2, itstool
# Run on: libxslt,libxml2,itstool

name=yelp-xsl
version=3.4.2
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/lib
	make
	make DESTDIR=$PKG install
}