diff options
Diffstat (limited to 'community/zbar/PKGBUILD')
-rw-r--r-- | community/zbar/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/zbar/PKGBUILD b/community/zbar/PKGBUILD index a18821a4b..a90744275 100644 --- a/community/zbar/PKGBUILD +++ b/community/zbar/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 104504 2014-01-22 01:50:17Z eric $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Marti Raudsepp <marti@juffo.org> # Contributor: Radu Andries <admiral0@tuxfamily.org> @@ -6,7 +6,7 @@ pkgname=zbar pkgver=0.10 -pkgrel=4 +pkgrel=5 pkgdesc="Application and library for reading bar codes from various sources" arch=('i686' 'x86_64') url="http://zbar.sourceforge.net/" @@ -29,6 +29,7 @@ build() { msg 'Running make...' make } + package() { cd zbar-$pkgver make DESTDIR="$pkgdir" install |