23 lines
892 B
Text
23 lines
892 B
Text
# 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
|
|
}
|
|
}
|