diff options
author | root <root@rshg054.dnsready.net> | 2012-02-20 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-20 23:15:21 +0000 |
commit | 11484c032f8c236b2044e715a9a3b28e33f65598 (patch) | |
tree | ec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /community/bless | |
parent | 1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff) |
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/bless')
-rw-r--r-- | community/bless/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bless/PKGBUILD b/community/bless/PKGBUILD index e00e6d3c1..e1d7f26fa 100644 --- a/community/bless/PKGBUILD +++ b/community/bless/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 65060 2012-02-20 02:38:21Z spupykin $ # Maintainer: TDY <tdy@gmx.com> # Contributor: dcraven <dcraven@gmail.com> pkgname=bless pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="A high-quality, full-featured hex editor" arch=('i686' 'x86_64') url="http://home.gna.org/bless/" @@ -16,11 +17,10 @@ md5sums=('b4c20d113281dfedb67d9f3ff8b174e3') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --without-scrollkeeper - make || return 1 + make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } - |