mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/fribidi: new aport
A Free Implementation of the Unicode Bidirectional Algorithm http://fribidi.org
This commit is contained in:
parent
77d9e6cd29
commit
b3e795d697
20
main/fribidi/APKBUILD
Normal file
20
main/fribidi/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=fribidi
|
||||
pkgver=0.19.2
|
||||
pkgrel=0
|
||||
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
|
||||
url="http://fribidi.org"
|
||||
license="LGPL"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
depends=
|
||||
makedepends=
|
||||
source="http://$pkgname.org/download/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums="626db17d2d99b43615ad9d12500f568a fribidi-0.19.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user