uppkg
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,15 +1,15 @@
|
||||
pkgbase = sensible-utils
|
||||
pkgdesc = Utilities for sensible alternative selection
|
||||
pkgver = 0.0.12
|
||||
pkgrel = 2
|
||||
pkgver = 0.0.13
|
||||
pkgrel = 1
|
||||
url = http://packages.debian.org/source/sid/sensible-utils
|
||||
arch = any
|
||||
license = GPL
|
||||
checkdepends = ed
|
||||
makedepends = po4a
|
||||
depends = bash
|
||||
source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.12.tar.xz
|
||||
sha256sums = 99ba2ebf8c57447c69d426b99b84ff9dc817be0bc4988ec6890a14558c529e2e
|
||||
source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.tar.xz
|
||||
sha256sums = 8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298
|
||||
|
||||
pkgname = sensible-utils
|
||||
|
||||
|
||||
12
PKGBUILD
12
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Pierre Carrier <pierre@gcarrier.fr>
|
||||
pkgname=sensible-utils
|
||||
pkgver=0.0.12
|
||||
pkgrel=2
|
||||
pkgver=0.0.13
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities for sensible alternative selection"
|
||||
arch=('any')
|
||||
url="http://packages.debian.org/source/sid/sensible-utils"
|
||||
@@ -10,23 +10,23 @@ depends=('bash')
|
||||
makedepends=('po4a')
|
||||
checkdepends=('ed')
|
||||
source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
|
||||
sha256sums=('99ba2ebf8c57447c69d426b99b84ff9dc817be0bc4988ec6890a14558c529e2e')
|
||||
sha256sums=('8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298')
|
||||
|
||||
build() {
|
||||
cd $pkgname.git
|
||||
cd $pkgname-$pkgver
|
||||
export -n EDITOR VISUAL
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname.git
|
||||
cd $pkgname-$pkgver
|
||||
export -n EDITOR VISUAL
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname.git
|
||||
cd $pkgname-$pkgver
|
||||
export -n EDITOR VISUAL
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user