diff --git a/srcpkgs/abook/template b/srcpkgs/abook/template new file mode 100644 index 00000000000..1a5f268017d --- /dev/null +++ b/srcpkgs/abook/template @@ -0,0 +1,19 @@ +# Template file for 'abook' +pkgname=abook +version=0.5.6 +revision=1 +maintainer="Philipp Hirsch " +license="GPL-2" +homepage="http://abook.sourceforge.net/" +distfiles="http://prdownloads.sourceforge.net/abook/${pkgname}-${version}.tar.gz" +checksum=0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e +short_desc="text-based addressbook designed to use with mutt mail client" +makedepends="ncurses-devel readline-devel" +build_style=gnu-configure + + +abook_package() { + pkg_install() { + vmove all + } +} \ No newline at end of file diff --git a/srcpkgs/emacs/template b/srcpkgs/emacs/template new file mode 100644 index 00000000000..2734da6685a --- /dev/null +++ b/srcpkgs/emacs/template @@ -0,0 +1,20 @@ +# Template file for 'emacs' +pkgname=emacs +version=24.3 +revision=1 +maintainer="Philipp Hirsch " +license="GPL-3" +homepage="http://www.gnu.org/software/${pkgname}/" +distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41 +short_desc="GNU Emacs Editor without X support" +makedepends="libxml2-devel>=2.7.0_1 ncurses-devel>=5.8_1" +build_style="gnu-configure" +configure_args="--without-x" + + +emacs_package() { + pkg_install() { + vmove all + } +}