From b3e795d697b4ff477ecc7960dbc455d8d7568112 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 25 Sep 2009 08:28:18 +0000 Subject: main/fribidi: new aport A Free Implementation of the Unicode Bidirectional Algorithm http://fribidi.org --- main/fribidi/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 main/fribidi/APKBUILD (limited to 'main/fribidi') diff --git a/main/fribidi/APKBUILD b/main/fribidi/APKBUILD new file mode 100644 index 00000000000..3c146ec0a17 --- /dev/null +++ b/main/fribidi/APKBUILD @@ -0,0 +1,20 @@ +# Maintainer: Natanael Copa +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" -- cgit v1.2.3