summaryrefslogtreecommitdiffstats
path: root/extra/libcroco/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:13:20 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:13:20 +0200
commit9f0377d56d4434a75f0c6c219d7f890dde74c04b (patch)
tree6e3dfaea3e9f857a71824934cb119a5bb95bee69 /extra/libcroco/Pkgfile
parent81ce67a44340338742fbaaf3e13fa124b2fa36b8 (diff)
downloadnutyx-extra-9f0377d56d4434a75f0c6c219d7f890dde74c04b.tar.gz
nutyx-extra-9f0377d56d4434a75f0c6c219d7f890dde74c04b.tar.bz2
nutyx-extra-9f0377d56d4434a75f0c6c219d7f890dde74c04b.tar.xz
nutyx-extra-9f0377d56d4434a75f0c6c219d7f890dde74c04b.zip
Ajout de libcroco#0.6.2-1
Diffstat (limited to 'extra/libcroco/Pkgfile')
-rwxr-xr-xextra/libcroco/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/libcroco/Pkgfile b/extra/libcroco/Pkgfile
new file mode 100755
index 000000000..ac24f2370
--- /dev/null
+++ b/extra/libcroco/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairie libcroco très utile pour CSS API
+# URL: http://ftp.gnome.org/pub/gnome/sources/libcroco/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: glib, libxml2
+
+name=libcroco
+version=0.6.2
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/0.6/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+}