diff options
author | James Meyer <jams@linhes.org> | 2010-12-04 23:48:49 (GMT) |
---|---|---|
committer | James Meyer <jams@linhes.org> | 2010-12-04 23:48:49 (GMT) |
commit | 037ab1a6a2fee07c83b47dc4d4ffd629b9052e85 (patch) | |
tree | a4256da38a768da362aad34ad9a8bcc7da611c30 /abs/core/fontcacheproto | |
parent | 0b251e4b5f6d56e5aba84aaf780fbf4e6a289245 (diff) | |
parent | 2ddfcdc1360af607e5925afe0e0f3562ad538738 (diff) | |
download | linhes_pkgbuild-037ab1a6a2fee07c83b47dc4d4ffd629b9052e85.zip linhes_pkgbuild-037ab1a6a2fee07c83b47dc4d4ffd629b9052e85.tar.gz linhes_pkgbuild-037ab1a6a2fee07c83b47dc4d4ffd629b9052e85.tar.bz2 |
Merge branch 'testing' of ssh://linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/fontcacheproto')
-rw-r--r-- | abs/core/fontcacheproto/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/fontcacheproto/PKGBUILD b/abs/core/fontcacheproto/PKGBUILD index 5bc123b..527dd57 100644 --- a/abs/core/fontcacheproto/PKGBUILD +++ b/abs/core/fontcacheproto/PKGBUILD @@ -2,18 +2,20 @@ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=fontcacheproto -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="X11 font cache extension wire protocol" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) -md5sums=('60df6b625074a9790e28543dcea71651') -sha1sums=('6a531ef505ba2f7c1aa884bb4efdac3e32dfd99b') build() { cd ${startdir}/src/${pkgname}-${pkgver} ./configure --prefix=/usr make || return 1 +} +package() { + cd ${startdir}/src/${pkgname}-${pkgver} make DESTDIR=${startdir}/pkg install || return 1 } +md5sums=('a8a50e5e995bfacb0359575faf7f6906') |