mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
libXext: disable static, set -devel noarch.
This commit is contained in:
parent
646a3a6694
commit
b7bc1afc25
2 changed files with 8 additions and 11 deletions
|
@ -1,16 +1,14 @@
|
||||||
# Template file for 'libXext-devel'.
|
# Template file for 'libXext-devel'.
|
||||||
#
|
#
|
||||||
depends="xextproto libX11-devel libXext"
|
noarch=yes
|
||||||
|
depends="xextproto libX11-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/man/man3 usr/share/man
|
vmove usr/share/man/man3 usr/share/man
|
||||||
rm -rf ${SRCPKGDESTDIR}/usr/share
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
# Template build file for 'libXext'.
|
# Template build file for 'libXext'.
|
||||||
pkgname=libXext
|
pkgname=libXext
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
homepage="$XORG_SITE"
|
revision=2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config xextproto libX11-devel"
|
makedepends="pkg-config xextproto libX11-devel"
|
||||||
revision=1
|
|
||||||
short_desc="X Extension library"
|
short_desc="X Extension library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="$XORG_SITE"
|
||||||
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859
|
checksum=56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the X Extension library from the modular
|
This package contains the X Extension library for X.org."
|
||||||
X.org X11 project."
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue