void-packages/srcpkgs/inkscape/template

25 lines
843 B
Text

# Template file for 'inkscape'
pkgname=inkscape
version=0.48.4
revision=3
build_style=gnu-configure
configure_args="--enable-lcms --enable-poppler-cairo"
hostmakedepends="pkg-config intltool"
makedepends="libpng-devel>=1.6 gsl-devel gc-devel gtkmm2-devel libxslt-devel
libxslt-devel boost-devel>=1.55 libmagick-devel>=6.8.7"
short_desc="A vector-based drawing program"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://inkscape.org/"
license="GPL-2"
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
checksum=8741ad8cbb5aa5cee4f234ebc45479cff2479b16d903870693174bdede8a519d
long_desc="
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
format, a standard maintained by the WWW consortium."
inkscape_package() {
depends="desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove all
}
}