Convert packages to the new template format (e).

This commit is contained in:
Juan RP
2013-04-12 10:23:11 +02:00
parent 1a92f1be98
commit a7fcdce3c4
73 changed files with 610 additions and 448 deletions

View File

@@ -1,11 +1,11 @@
# Template file for 'enscript'
pkgname=enscript
version=1.6.5.2
revision=1
homepage="http://git.savannah.gnu.org/cgit/enscript.git"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
makedepends="perl"
revision=1
short_desc="Converts text to Postscript, HTML or RTF with syntax highlighting"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@@ -19,5 +19,10 @@ long_desc="
wide range of programming languages. New rules can be added using an awk-like
stateful scripting language."
conf_files="/etc/enscript.cfg"
enscript_package() {
conf_files="/etc/enscript.cfg"
pkg_install() {
vmove etc
vmove usr
}
}