From 55ee2fec3fda347794769eaf8a6ca845b7c8443c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Jul 2010 08:03:20 +0000 Subject: main/libcroco: move .so to -dev package ref #384 --- main/libcroco/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/libcroco/APKBUILD') diff --git a/main/libcroco/APKBUILD b/main/libcroco/APKBUILD index 4c0e8ef4f3..dd7d34fd52 100644 --- a/main/libcroco/APKBUILD +++ b/main/libcroco/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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" -- cgit v1.2.3