mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/quilt: upgrade to 0.66
This commit is contained in:
parent
87147ac775
commit
87f1d11ebc
@ -1,7 +1,7 @@
|
||||
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
|
||||
pkgname=quilt
|
||||
pkgver=0.65
|
||||
pkgrel=1
|
||||
pkgver=0.66
|
||||
pkgrel=0
|
||||
pkgdesc="Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes"
|
||||
url="https://savannah.nongnu.org/projects/quilt"
|
||||
arch="noarch"
|
||||
@ -9,13 +9,9 @@ license="GPL"
|
||||
depends="bash bzip2 diffutils gawk gettext patch"
|
||||
makedepends="lynx perl procmail sed"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
builddir=$srcdir/$pkgname-$pkgver
|
||||
source="https://download.savannah.gnu.org/releases/quilt/quilt-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -25,8 +21,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make BUILD_ROOT="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="37dffe34fe209371f2fbc0af2dbb4dcfa6edd2221aed15f31a0651a0bd457f2af03a98450a3e63406f70e040e944246e5b23733b820665eeb3fd4ff2bdde3a08 quilt-0.65.tar.gz"
|
||||
sha512sums="c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4 quilt-0.66.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user