mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
parent
7760918ff7
commit
c55a91deb8
27
testing/fontconfig/APKBUILD
Normal file
27
testing/fontconfig/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributor: Mika Havela <mika.havela@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=fontconfig
|
||||
pkgver="2.6.0"
|
||||
pkgrel=0
|
||||
pkgdesc="The Fontconfig package is a library for configuring and customizing font access."
|
||||
url="http://fontconfig.org"
|
||||
license="GPL"
|
||||
depends="uclibc uclibc++ freetype expat"
|
||||
makedepends="uclibc++-dev uclibc-dev freetype-dev expat-dev"
|
||||
install=
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="http://fontconfig.org/release/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-docs
|
||||
make -j1 || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -m644 -D COPYING "$pkgdir"/usr/share/licenses/"${pkgname}"/COPYING
|
||||
}
|
||||
|
||||
md5sums="ab54ec1d4ddd836313fdbc0cd5299d6d fontconfig-2.6.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user