void-packages/srcpkgs/inkscape/template

27 lines
827 B
Text
Raw Normal View History

2011-06-26 23:54:37 +00:00
# Template file for 'inkscape'
pkgname=inkscape
2012-12-19 09:43:19 +00:00
version=0.48.4
2013-04-30 09:54:19 +00:00
revision=2
build_style=gnu-configure
2012-06-06 12:32:51 +00:00
configure_args="--enable-lcms --enable-poppler-cairo"
2011-06-26 23:54:37 +00:00
short_desc="vector-based drawing program"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-26 23:54:37 +00:00
homepage="http://inkscape.org/"
license="GPL-2"
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
2012-12-19 09:43:19 +00:00
checksum=8741ad8cbb5aa5cee4f234ebc45479cff2479b16d903870693174bdede8a519d
2011-06-26 23:54:37 +00:00
long_desc="
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
format, a standard maintained by the WWW consortium."
2013-04-30 09:54:19 +00:00
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() {
2013-04-30 09:54:19 +00:00
vmove all
}
}