mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
libXaw3d: use ${XORG_SITE}, vlicense
This commit is contained in:
parent
71b408a308
commit
b6e0c1ac4e
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ configure_args="--disable-static --enable-internationalization --enable-multipla
|
||||||
--enable-gray-stipples --enable-arrow-scrollbars --with-pic --with-gnu-ld"
|
--enable-gray-stipples --enable-arrow-scrollbars --with-pic --with-gnu-ld"
|
||||||
short_desc="X Athena Widget 3d library"
|
short_desc="X Athena Widget 3d library"
|
||||||
homepage="http://cgit.freedesktop.org/xorg/lib/libXaw3d/"
|
homepage="http://cgit.freedesktop.org/xorg/lib/libXaw3d/"
|
||||||
distfiles="http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||||
checksum="b74f11681061c1492c03cbbe6e318f9635b3877af0761fc0e67e1467c3a6972b"
|
checksum="b74f11681061c1492c03cbbe6e318f9635b3877af0761fc0e67e1467c3a6972b"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libXaw3d-devel_package() {
|
libXaw3d-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue