mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libvterm: update to 0.3.2.
This commit is contained in:
parent
336ea3f938
commit
f1be486702
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvterm'
|
# Template file for 'libvterm'
|
||||||
pkgname=libvterm
|
pkgname=libvterm
|
||||||
version=0.3.1
|
version=0.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_target="install-lib install-inc"
|
make_install_target="install-lib install-inc"
|
||||||
|
@ -10,13 +10,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.leonerd.org.uk/code/libvterm"
|
homepage="https://www.leonerd.org.uk/code/libvterm"
|
||||||
distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
|
distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
|
||||||
checksum=25a8ad9c15485368dfd0a8a9dca1aec8fea5c27da3fa74ec518d5d3787f0c397
|
checksum=91eb5088069f4e6edab69e14c4212f6da0192e65695956dc048016a0dab8bcf6
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
cp /usr/bin/libtool .
|
cp /usr/bin/libtool .
|
||||||
sed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
|
vsed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
|
||||||
sed -e "s,libtool,./libtool,g" -i Makefile
|
vsed -e "s,libtool,./libtool,g" -i Makefile
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ libvterm-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue