quilt: fix license=, move bash completion files to usr/share
This commit is contained in:
parent
acb59d9f4a
commit
12a1ece88d
1 changed files with 5 additions and 2 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'quilt'
|
# Template file for 'quilt'
|
||||||
pkgname=quilt
|
pkgname=quilt
|
||||||
version=0.65
|
version=0.65
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-rpmbuild"
|
configure_args="--without-rpmbuild"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="A Tool for Working with Many Patches"
|
short_desc="A Tool for Working with Many Patches"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://savannah.nongnu.org/projects/quilt"
|
homepage="http://savannah.nongnu.org/projects/quilt"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
|
||||||
checksum=f6cbc788e5cbbb381a3c6eab5b9efce67c776a8662a7795c7432fd27aa096819
|
checksum=f6cbc788e5cbbb381a3c6eab5b9efce67c776a8662a7795c7432fd27aa096819
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make BUILD_ROOT=\"$DESTDIR\" install
|
make BUILD_ROOT=\"$DESTDIR\" install
|
||||||
|
|
||||||
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue