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
|
pkgname=sensible-utils
|
||||||
pkgver=0.0.14
|
pkgver=0.0.17
|
||||||
|
_debianextra=+nmu1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utilities for sensible alternative selection"
|
pkgdesc="Utilities for sensible alternative selection"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -9,27 +11,24 @@ license=('GPL')
|
|||||||
depends=('bash')
|
depends=('bash')
|
||||||
makedepends=('po4a')
|
makedepends=('po4a')
|
||||||
checkdepends=('ed')
|
checkdepends=('ed')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
|
source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}${_debianextra}.tar.xz)
|
||||||
sha256sums=('a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644')
|
sha256sums=('a4ead62e0dc8f965453221dcb09c964abc4f1bedad24f527d33c443a1570cb31')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# cd $pkgname-$pkgver
|
cd ${pkgname}-${pkgver}${_debianextra}
|
||||||
cd $pkgname.git
|
|
||||||
export -n EDITOR VISUAL
|
export -n EDITOR VISUAL
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
# cd $pkgname-$pkgver
|
cd ${pkgname}-${pkgver}${_debianextra}
|
||||||
cd $pkgname.git
|
|
||||||
export -n EDITOR VISUAL
|
export -n EDITOR VISUAL
|
||||||
make -k check
|
make -k check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# cd $pkgname-$pkgver
|
cd ${pkgname}-${pkgver}${_debianextra}
|
||||||
cd $pkgname.git
|
|
||||||
export -n EDITOR VISUAL
|
export -n EDITOR VISUAL
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user