psftools: update to 1.0.14.
This commit is contained in:
parent
5a1f08bc62
commit
750963f96e
2 changed files with 13 additions and 2 deletions
1
srcpkgs/psftools-devel
Symbolic link
1
srcpkgs/psftools-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
psftools
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'psftools'
|
# Template file for 'psftools'
|
||||||
pkgname=psftools
|
pkgname=psftools
|
||||||
version=1.0.13
|
version=1.0.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Converters for simple fixed-width bitmap fonts"
|
short_desc="Converters for simple fixed-width bitmap fonts"
|
||||||
|
@ -8,4 +8,14 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.seasip.info/Unix/PSF/"
|
homepage="https://www.seasip.info/Unix/PSF/"
|
||||||
distfiles="http://www.seasip.info/Unix/PSF/psftools-${version}.tar.gz"
|
distfiles="http://www.seasip.info/Unix/PSF/psftools-${version}.tar.gz"
|
||||||
checksum=9c61e6885dca2f9591b4aa5fe821e16d4779cd071c3a45ead326629f210def65
|
checksum=dcf8308fa414b486e6df7c48a2626e8dcb3c8a472c94ff04816ba95c6c51d19e
|
||||||
|
|
||||||
|
psftools-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue