New package: bluefish-2.2.4.

This commit is contained in:
Juan RP 2013-07-26 10:04:35 +02:00
parent a94eae3a81
commit d133112404

23
srcpkgs/bluefish/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'bluefish'
pkgname=bluefish
version=2.2.4
revision=1
build_style=gnu-configure
configure_args="--enable-spell-check --disable-update-databases --disable-xml-catalog-update"
hostmakedepends="pkg-config intltool"
makedepends="python-devel libxml2-devel gtk+-devel enchant-devel gucharmap-devel xmlcatmgr"
short_desc="A powerful HTML editor for experienced web designers and programmers"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://bluefish.openoffice.nl/"
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
checksum=771621d848af6342fbab50a52bc7d6fddb29c4616f31ab939c508175c146b3a3
bluefish_package() {
xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
pycompile_dirs="/usr/share/bluefish"
depends="python hicolor-icon-theme desktop-file-utils xmlcatmgr"
pkg_install() {
vmove all
}
}