gettext: do not remove libintl.h nor libintl libs.
This will be used by musl for internacionalization.
This commit is contained in:
parent
24e920f835
commit
b5c8425bf5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gettext'
|
||||
pkgname=gettext
|
||||
version=0.19.4
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
|
||||
|
@ -22,15 +22,6 @@ if [ "$CROSS_BUILD" ]; then
|
|||
}
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
||||
rm -f ${DESTDIR}/usr/include/libintl.h
|
||||
fi
|
||||
if [ -e ${DESTDIR}/usr/lib/libintl.a ]; then
|
||||
rm -f ${DESTDIR}/usr/lib/libintl.*
|
||||
fi
|
||||
}
|
||||
|
||||
gettext-devel_package() {
|
||||
depends="gettext-libs>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue