pixman: rebuild for -dbg pkgs.
This commit is contained in:
parent
76bf423c3f
commit
1b7007935f
2 changed files with 2 additions and 7 deletions
|
@ -2,10 +2,7 @@
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="pixman-${version}_${revision}"
|
depends="pixman-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'pixman'.
|
# Template build file for 'pixman'.
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
version=0.28.2
|
version=0.28.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-gtk" # do not require gtk+!
|
configure_args="--disable-static --disable-gtk" # do not require gtk+!
|
||||||
makedepends="pkg-config perl"
|
makedepends="pkg-config perl"
|
||||||
|
@ -12,8 +12,6 @@ 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"
|
||||||
checksum=583686afbfa5a1dfc40a21e888a3eacf31fe0e02469d20b821b5d8f719165a51
|
checksum=583686afbfa5a1dfc40a21e888a3eacf31fe0e02469d20b821b5d8f719165a51
|
||||||
long_desc="
|
|
||||||
Pixel manipulation library for modular X.org."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||||
|
|
Loading…
Reference in a new issue