diff options
Diffstat (limited to 'main/libcroco/APKBUILD')
-rw-r--r-- | main/libcroco/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/libcroco/APKBUILD b/main/libcroco/APKBUILD index 4c0e8ef4f..dd7d34fd5 100644 --- a/main/libcroco/APKBUILD +++ b/main/libcroco/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libcroco pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME CSS2 parsing and manipulation toolkit" url="http://www.gnome.org" license="LGPL" @@ -18,6 +18,10 @@ build () ./configure --prefix=/usr \ --disable-static || return 1 make || return 1 +} + +package() { + cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } md5sums="1429c597aa4b75fc610ab3a542c99209 libcroco-0.6.2.tar.bz2" |