xcb-util-image: fix license, description, http->https
This commit is contained in:
parent
4936d6c276
commit
266ea84045
1 changed files with 8 additions and 4 deletions
|
@ -1,18 +1,22 @@
|
|||
# Template file for 'xcb-util-image'
|
||||
pkgname=xcb-util-image
|
||||
version=0.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xcb-util-devel"
|
||||
short_desc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
|
||||
short_desc="Utility libraries for XCB - XImage and XShmImage functions"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="X11"
|
||||
homepage="http://xcb.freedesktop.org"
|
||||
distfiles="http://xcb.freedesktop.org/dist/xcb-util-image-${version}.tar.bz2"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="https://xcb.freedesktop.org/dist/xcb-util-image-${version}.tar.bz2"
|
||||
checksum=2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
xcb-util-image-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue