libXp: update to 1.0.3.
This commit is contained in:
parent
5283f8283a
commit
8bc2706abb
|
@ -1,21 +1,21 @@
|
||||||
# Template build file for 'libXp'.
|
# Template build file for 'libXp'.
|
||||||
pkgname=libXp
|
pkgname=libXp
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-malloc0returnsnull"
|
configure_args="--enable-malloc0returnsnull"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xproto xextproto printproto libX11-devel libXext-devel"
|
makedepends="printproto libXext-devel"
|
||||||
short_desc="X Print Service Extension Library"
|
short_desc="X Print Service Extension Library"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=952fe5b5e90abd2cf04739aef3a9b63a253cd9309ed066a82bab7ca9112fd0b5
|
checksum=7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57
|
||||||
|
|
||||||
libXp-devel_package() {
|
libXp-devel_package() {
|
||||||
depends="libXp>=${version}_${revision}"
|
depends="${makedepends} libXp-${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
|
Loading…
Reference in New Issue