uppkg
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = sensible-utils
|
pkgbase = sensible-utils
|
||||||
pkgdesc = Utilities for sensible alternative selection
|
pkgdesc = Utilities for sensible alternative selection
|
||||||
pkgver = 0.0.13
|
pkgver = 0.0.14
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://packages.debian.org/source/sid/sensible-utils
|
url = http://packages.debian.org/source/sid/sensible-utils
|
||||||
arch = any
|
arch = any
|
||||||
@@ -8,8 +8,8 @@ pkgbase = sensible-utils
|
|||||||
checkdepends = ed
|
checkdepends = ed
|
||||||
makedepends = po4a
|
makedepends = po4a
|
||||||
depends = bash
|
depends = bash
|
||||||
source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.tar.xz
|
source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.14.tar.xz
|
||||||
sha256sums = 8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298
|
sha256sums = a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644
|
||||||
|
|
||||||
pkgname = sensible-utils
|
pkgname = sensible-utils
|
||||||
|
|
||||||
|
|||||||
15
PKGBUILD
15
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Pierre Carrier <pierre@gcarrier.fr>
|
# Maintainer: Brian BIdulock <bidulock@openss7.org>
|
||||||
pkgname=sensible-utils
|
pkgname=sensible-utils
|
||||||
pkgver=0.0.13
|
pkgver=0.0.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utilities for sensible alternative selection"
|
pkgdesc="Utilities for sensible alternative selection"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -10,23 +10,26 @@ depends=('bash')
|
|||||||
makedepends=('po4a')
|
makedepends=('po4a')
|
||||||
checkdepends=('ed')
|
checkdepends=('ed')
|
||||||
source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
|
source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
|
||||||
sha256sums=('8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298')
|
sha256sums=('a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
# cd $pkgname-$pkgver
|
||||||
|
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
|
||||||
|
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
|
||||||
|
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