summaryrefslogtreecommitdiffstats
path: root/extra/libcroco/Pkgfile
blob: 42eeda1d41837b4176a3741f8b30bfd830d791c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
# Run on: glib,pcre,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
}