mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
85288b52dd
commit
f57d39c1f4
1 changed files with 14 additions and 7 deletions
|
@ -1,20 +1,27 @@
|
||||||
# Template file for 'libtickit'
|
# Template file for 'libtickit'
|
||||||
pkgname=libtickit
|
pkgname=libtickit
|
||||||
version=0.4.1
|
version=0.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
|
||||||
make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="libtool perl pkg-config"
|
||||||
makedepends="libtermkey-devel libtool unibilium-devel"
|
makedepends="libtermkey-devel libtool unibilium-devel"
|
||||||
checkdepends="perl"
|
checkdepends="perl"
|
||||||
short_desc="Library for building interactive full-screen terminal programs"
|
short_desc="Library for building interactive full-screen terminal programs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.leonerd.org.uk/code/libtickit/"
|
homepage="https://www.leonerd.org.uk/code/libtickit/"
|
||||||
distfiles="http://www.leonerd.org.uk/code/libtickit/libtickit-${version}.tar.gz"
|
distfiles="https://www.leonerd.org.uk/code/libtickit/libtickit-${version}.tar.gz"
|
||||||
checksum=48b72a12548da23f32384ddf0f8d727bc27515f36a74d2f4d4f0bbbb562a2665
|
checksum=a830588fa1f4c99d548c11e6df50281c23dfa01f75e2ab95151f02715db6bd63
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
cp /usr/bin/libtool .
|
||||||
|
sed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
|
||||||
|
sed -e "s,libtool,./libtool,g" -i Makefile
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue