mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: quilt-0.65
This commit is contained in:
parent
cece35500a
commit
ebc2ff8d0f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/quilt/template
Normal file
17
srcpkgs/quilt/template
Normal file
|
@ -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 <diogo@diogoleal.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue