Convert packages the new template format (a-c range).
This commit is contained in:
@@ -13,8 +13,6 @@ distfiles="${GNU_SITE}/diffutils/diffutils-$version.tar.xz"
|
||||
checksum=ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149
|
||||
|
||||
bootstrap=yes
|
||||
conflicts="diffutils>=0"
|
||||
provides="diffutils-${version}"
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||
@@ -23,3 +21,11 @@ pre_configure() {
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
}
|
||||
|
||||
chroot-diffutils_package() {
|
||||
conflicts="diffutils>=0"
|
||||
provides="diffutils-${version}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user