From ebc2ff8d0f57dc0697da21f3697b1abbf72db5f3 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Thu, 9 Mar 2017 01:32:01 -0300 Subject: [PATCH] New package: quilt-0.65 --- srcpkgs/quilt/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/quilt/template diff --git a/srcpkgs/quilt/template b/srcpkgs/quilt/template new file mode 100644 index 00000000000..7a7a514368a --- /dev/null +++ b/srcpkgs/quilt/template @@ -0,0 +1,17 @@ +# Template file for 'quilt' +pkgname=quilt +version=0.65 +revision=1 +build_style=gnu-configure +configure_args="--without-rpmbuild" +hostmakedepends="perl" +short_desc="A Tool for Working with Many Patches" +maintainer="Diogo Leal " +license="GPL-2" +homepage="http://savannah.nongnu.org/projects/quilt" +distfiles="http://download.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz" +checksum=f6cbc788e5cbbb381a3c6eab5b9efce67c776a8662a7795c7432fd27aa096819 + +do_install() { + make BUILD_ROOT=\"$DESTDIR\" install +}