Merge pull request #237 from hanspolo/master

New packages: abook and emacs from hanspolo.
This commit is contained in:
Juan RP 2013-12-28 00:39:26 -08:00
commit 3e12b8a9a0
2 changed files with 39 additions and 0 deletions

19
srcpkgs/abook/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'abook'
pkgname=abook
version=0.5.6
revision=1
maintainer="Philipp Hirsch <itself@hanspolo.net>"
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
}
}

20
srcpkgs/emacs/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'emacs'
pkgname=emacs
version=24.3
revision=1
maintainer="Philipp Hirsch <itself@hanspolo.net>"
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
}
}