python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / libgdiplus / template
blobd95ec99b96a2483893f7f4bb272193e0fa041bd5
1 # Template file for 'libgdiplus'
2 pkgname=libgdiplus
3 version=5.6
4 revision=1
5 build_style=gnu-configure
6 configure_args="--with-cairo=system"
7 hostmakedepends="pkg-config automake libtool"
8 makedepends="tiff-devel cairo-devel giflib-devel glib-devel libexif-devel libpng-devel"
9 short_desc="An Open Source Implementation of the GDI+ API"
10 maintainer="Juan RP <xtraeme@voidlinux.eu>"
11 homepage="http://www.mono-project.com/"
12 license="LGPL-2.1, MPL-1.1, MIT"
13 distfiles="https://github.com/mono/${pkgname}/archive/${version}.tar.gz"
14 checksum=6a75e4a476695cd6a1475fd6b989423ecf73978fd757673669771d8a6e13f756
16 pre_configure() {
17         autoreconf -fiv
20 post_install() {
21         vlicense LICENSE
24 libgdiplus-devel_package() {
25         short_desc+=" - development files"
26         depends="${sourcepkg}>=${version}_${revision}"
27         pkg_install() {
28                 # the .so symlink is needed at runtime
29                 vmove "usr/lib/*.a"
30                 vmove usr/lib/pkgconfig
31         }