mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libotf: remove $XBPS_CROSS_BASE cruft
[ci skip]
This commit is contained in:
parent
4108f2bf91
commit
4ad0e936b1
1 changed files with 7 additions and 1 deletions
|
@ -4,13 +4,19 @@ version=0.9.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libXaw-devel freetype-devel"
|
makedepends="libXaw-devel freetype-devel"
|
||||||
short_desc="A Library for handling OpenType Font"
|
short_desc="Library for handling OpenType Font"
|
||||||
maintainer="Kazuho Sakoda <hyonhyoro.kazuho@gmail.com>"
|
maintainer="Kazuho Sakoda <hyonhyoro.kazuho@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.nongnu.org/m17n/"
|
homepage="http://www.nongnu.org/m17n/"
|
||||||
distfiles="${NONGNU_SITE}/m17n/${pkgname}-${version}.tar.gz"
|
distfiles="${NONGNU_SITE}/m17n/${pkgname}-${version}.tar.gz"
|
||||||
checksum=68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b
|
checksum=68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsed -i -e "s,$XBPS_CROSS_BASE/usr,/usr,g" \
|
||||||
|
"$DESTDIR/usr/bin/libotf-config" \
|
||||||
|
"$DESTDIR/usr/lib/pkgconfig/libotf.pc"
|
||||||
|
}
|
||||||
|
|
||||||
libotf-devel_package() {
|
libotf-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue