blob: f0666e635781ee663fe1f9734d750f3b1ca8be3c (
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.3.3
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
}
|