void-packages/srcpkgs/inkscape/template
2013-04-30 11:54:19 +02:00

27 lines
827 B
Plaintext

# Template file for 'inkscape'
pkgname=inkscape
version=0.48.4
revision=2
build_style=gnu-configure
configure_args="--enable-lcms --enable-poppler-cairo"
short_desc="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."
makedepends="pkg-config intltool libpng-devel>=1.6 gsl-devel gc-devel
gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel
libmagick-devel>=6.8.0"
inkscape_package() {
depends="desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove all
}
}