vp-build/srcpkgs/startup-notification/template

25 lines
804 B
Bash

# Template file for 'startup-notification'
pkgname=startup-notification
version=0.12
revision=10
build_style=gnu-configure
configure_args="--disable-static lf_cv_sane_realloc=yes lf_cv_sane_malloc=yes"
hostmakedepends="pkg-config"
makedepends="libX11-devel libSM-devel xcb-util-devel"
short_desc="Library for tracking application startup"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://www.freedesktop.org"
distfiles="${FREEDESKTOP_SITE}/$pkgname/releases/$pkgname-$version.tar.gz"
checksum=3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
startup-notification-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}