Convert packages the new template format (a-c range).

This commit is contained in:
Juan RP
2013-04-12 08:55:23 +02:00
parent 30b6eee12b
commit 9c87483ea8
242 changed files with 2380 additions and 1800 deletions

View File

@@ -1,14 +1,14 @@
# Template file for 'bash-completion'
pkgname=bash-completion
version=1.99
homepage="http://bash-completion.alioth.debian.org/"
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
build_style=gnu-configure
fulldepends="bash"
revision=1
build_style=gnu-configure
makedepends="bash"
short_desc="Programmable completion for the GNU Bash shell"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://bash-completion.alioth.debian.org/"
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
checksum=a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314
long_desc="
bash completion extends bash's standard completion behavior to achieve
@@ -17,4 +17,11 @@ long_desc="
commands, reducing the amount of typing sysadmins and programmers need to
do on a daily basis."
noarch=yes
bash-completion_package() {
depends="bash"
noarch="yes"
pkg_install() {
vmove etc
vmove usr
}
}