New package: libtranscript-0.3.3.
This commit is contained in:
parent
ccb7b975e1
commit
877c254d81
2 changed files with 27 additions and 0 deletions
1
srcpkgs/libtranscript-devel
Symbolic link
1
srcpkgs/libtranscript-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libtranscript
|
26
srcpkgs/libtranscript/template
Normal file
26
srcpkgs/libtranscript/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'libtranscript'
|
||||||
|
pkgname=libtranscript
|
||||||
|
version=0.3.3
|
||||||
|
revision=1
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
|
hostmakedepends="pkg-config gettext"
|
||||||
|
makedepends="libtool gettext-devel"
|
||||||
|
short_desc="Character-set conversion library"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://os.ghalkes.nl/libtranscript.html"
|
||||||
|
distfiles="https://os.ghalkes.nl/dist/libtranscript-${version}.tar.bz2"
|
||||||
|
checksum=1f8c19f257da5d6fad0ed9a7e5bd2442819e910a19907c38e115116a3955f5fa
|
||||||
|
|
||||||
|
export LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool
|
||||||
|
|
||||||
|
libtranscript-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue