From a0ec489d5dd0d773367ac0f3cce2ecfe336d97b6 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Sat, 1 Apr 2017 12:50:25 +0000 Subject: testing/quilt: new aport Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, and more. http://savannah.nongnu.org/projects/quilt --- testing/quilt/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/quilt/APKBUILD (limited to 'testing/quilt') diff --git a/testing/quilt/APKBUILD b/testing/quilt/APKBUILD new file mode 100644 index 0000000000..3d7a0bab16 --- /dev/null +++ b/testing/quilt/APKBUILD @@ -0,0 +1,32 @@ +# Maintainer: Breno Leitao +pkgname=quilt +pkgver=0.65 +pkgrel=0 +pkgdesc="Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes" +url="http://savannah.nongnu.org/projects/quilt" +arch="noarch" +license="GPL" +depends="bash bzip2 diffutils gawk gettext patch" +makedepends="lynx perl procmail sed" +subpackages="$pkgname-doc $pkgname-lang" +source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" + +builddir=$srcdir/$pkgname-$pkgver + +build() { + cd "$builddir" + + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --mandir=/usr/share/man + make all +} + +package() { + cd "$builddir" + make BUILD_ROOT="$pkgdir" install +} + +sha512sums="37dffe34fe209371f2fbc0af2dbb4dcfa6edd2221aed15f31a0651a0bd457f2af03a98450a3e63406f70e040e944246e5b23733b820665eeb3fd4ff2bdde3a08 quilt-0.65.tar.gz" -- cgit v1.2.3