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