version 0.0.18
This commit is contained in:
19
PKGBUILD
19
PKGBUILD
@@ -1,6 +1,8 @@
|
||||
# Maintainer: Brian BIdulock <bidulock@openss7.org>
|
||||
# Maintainer: Fredrick R. Brennan <copypaste@kittens.ph>
|
||||
# Contributor: Brian BIdulock <bidulock@openss7.org>
|
||||
pkgname=sensible-utils
|
||||
pkgver=0.0.14
|
||||
pkgver=0.0.17
|
||||
_debianextra=+nmu1
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities for sensible alternative selection"
|
||||
arch=('any')
|
||||
@@ -9,27 +11,24 @@ license=('GPL')
|
||||
depends=('bash')
|
||||
makedepends=('po4a')
|
||||
checkdepends=('ed')
|
||||
source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
|
||||
sha256sums=('a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644')
|
||||
source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}${_debianextra}.tar.xz)
|
||||
sha256sums=('a4ead62e0dc8f965453221dcb09c964abc4f1bedad24f527d33c443a1570cb31')
|
||||
|
||||
build() {
|
||||
# cd $pkgname-$pkgver
|
||||
cd $pkgname.git
|
||||
cd ${pkgname}-${pkgver}${_debianextra}
|
||||
export -n EDITOR VISUAL
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
# cd $pkgname-$pkgver
|
||||
cd $pkgname.git
|
||||
cd ${pkgname}-${pkgver}${_debianextra}
|
||||
export -n EDITOR VISUAL
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
# cd $pkgname-$pkgver
|
||||
cd $pkgname.git
|
||||
cd ${pkgname}-${pkgver}${_debianextra}
|
||||
export -n EDITOR VISUAL
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user