pixman: rebuild for -dbg pkgs.
This commit is contained in:
parent
76bf423c3f
commit
1b7007935f
|
@ -2,10 +2,7 @@
|
|||
#
|
||||
noarch=yes
|
||||
depends="pixman-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'pixman'.
|
||||
pkgname=pixman
|
||||
version=0.28.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-gtk" # do not require gtk+!
|
||||
makedepends="pkg-config perl"
|
||||
|
@ -12,8 +12,6 @@ homepage="http://xorg.freedesktop.org"
|
|||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=583686afbfa5a1dfc40a21e888a3eacf31fe0e02469d20b821b5d8f719165a51
|
||||
long_desc="
|
||||
Pixel manipulation library for modular X.org."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||
|
|
Loading…
Reference in New Issue