summaryrefslogtreecommitdiffstats
path: root/yelp-xsl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'yelp-xsl/Pkgfile')
-rw-r--r--yelp-xsl/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/yelp-xsl/Pkgfile b/yelp-xsl/Pkgfile
new file mode 100644
index 0000000..655c77f
--- /dev/null
+++ b/yelp-xsl/Pkgfile
@@ -0,0 +1,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.1.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
+}