[arch-commits] Commit in t1lib/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Sep 10 01:34:38 UTC 2011
Date: Friday, September 9, 2011 @ 21:34:37
Author: allan
Revision: 137601
upgpkg: t1lib 5.1.2-3
old package rebuild
Modified:
t1lib/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-10 01:24:58 UTC (rev 137600)
+++ PKGBUILD 2011-09-10 01:34:37 UTC (rev 137601)
@@ -4,19 +4,23 @@
pkgname=t1lib
pkgver=5.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Library for generating character- and string-glyphs from Adobe Type 1 fonts"
-arch=(i686 x86_64)
-license=("GPL")
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
+license=('GPL')
depends=('libxaw')
options=(!libtool)
-url="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
source=(http://www.ibiblio.org/pub/Linux/libs/graphics/${pkgname}-${pkgver}.tar.gz )
md5sums=('a5629b56b93134377718009df1435f3c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
- make without_doc || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ make without_doc
}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list