parent
58b4416176
commit
7c7710faf5
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libdill'
|
# Template file for 'libdill'
|
||||||
pkgname=libdill
|
pkgname=libdill
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://libdill.org/"
|
homepage="http://libdill.org/"
|
||||||
distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz"
|
distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz"
|
||||||
checksum=ebef0b53db2312702beb11b2493cbbfb320859a60a44d0bb6aab0132ea83ba73
|
checksum=896c82f47597ca1643f776c0141c4e352582d8739d1628caa2e406a1070c92f4
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/7735/steps/shell_3/logs/stdio" ;;
|
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/7735/steps/shell_3/logs/stdio" ;;
|
||||||
|
@ -30,7 +30,8 @@ libdill-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/share/man/man3/*.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue