Convert packages the new template format (a-c range).
This commit is contained in:
@@ -19,9 +19,15 @@ distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
||||
checksum=516a6370b3b3f46e2fc5a5e222ff5ecd76f3089bc956a7587a6e4f89de17714c
|
||||
|
||||
bootstrap=yes
|
||||
conflicts="gettext>=0"
|
||||
provides="gettext-${version}"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
||||
}
|
||||
|
||||
chroot-gettext_package() {
|
||||
conflicts="gettext>=0"
|
||||
provides="gettext-${version}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user