mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
x11/libcroco: new aport
GNOME CSS2 parsing and manipulation toolkit http://www.gnome.org
This commit is contained in:
parent
4f46747d6e
commit
ce704e2a12
23
x11/libcroco/APKBUILD
Normal file
23
x11/libcroco/APKBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libcroco
|
||||
pkgver=0.6.2
|
||||
pkgrel=0
|
||||
pkgdesc="GNOME CSS2 parsing and manipulation toolkit"
|
||||
url="http://www.gnome.org"
|
||||
license="LGPL"
|
||||
subpackages="$pkgname-dev"
|
||||
depends=
|
||||
makedepends="glib-dev libxml2-dev pkgconfig"
|
||||
source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
depends_dev="glib-dev libxml2-dev pkgconfig"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--disable-static || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="1429c597aa4b75fc610ab3a542c99209 libcroco-0.6.2.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user