summaryrefslogtreecommitdiff
path: root/community/liblinebreak/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /community/liblinebreak/PKGBUILD
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/liblinebreak/PKGBUILD')
-rw-r--r--community/liblinebreak/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/liblinebreak/PKGBUILD b/community/liblinebreak/PKGBUILD
index 9db15fe88..23578bdd0 100644
--- a/community/liblinebreak/PKGBUILD
+++ b/community/liblinebreak/PKGBUILD
@@ -1,7 +1,10 @@
+# $Id: PKGBUILD 66198 2012-02-23 03:08:54Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Orivej Desh <smpuj@bk.ru>
+
pkgname=liblinebreak
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
arch=("i686" "x86_64")
url="http://vimgadgets.sourceforge.net/liblinebreak/"
@@ -15,7 +18,7 @@ md5sums=('c4ac2052b9e1883822662ecee483c542')
build() {
cd "$srcdir/liblinebreak-$pkgver"
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR="$pkgdir" install
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}