mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
extra/libart-lgpl: new aport
A library for high-performance 2D graphics http://www.levien.com/libart/
This commit is contained in:
parent
f2cf05a313
commit
715d54b29c
19
extra/libart-lgpl/APKBUILD
Normal file
19
extra/libart-lgpl/APKBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libart-lgpl
|
||||
pkgver=2.3.20
|
||||
pkgrel=0
|
||||
pkgdesc="A library for high-performance 2D graphics"
|
||||
url="http://www.levien.com/libart/"
|
||||
license="LGPL"
|
||||
depends="uclibc"
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-$pkgver.tar.bz2
|
||||
"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/libart_lgpl-$pkgver
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="d0ce67f2ebcef1e51a83136c69242a73 libart_lgpl-2.3.20.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user