Convert packages the new template format (a-c range).
This commit is contained in:
@@ -14,11 +14,7 @@ if [ "$IN_CHROOT" ]; then
|
||||
hostmakedepends="flex perl"
|
||||
fi
|
||||
makedepends="zlib-devel"
|
||||
|
||||
noverifyrdeps=yes
|
||||
bootstrap=yes
|
||||
provides="binutils-${version}"
|
||||
conflicts="binutils>=0"
|
||||
|
||||
do_configure() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
@@ -46,3 +42,12 @@ do_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.a
|
||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/include
|
||||
}
|
||||
|
||||
chroot-binutils_package() {
|
||||
provides="binutils-2.23.51.0.3"
|
||||
conflicts="binutils>=0"
|
||||
noverifyrdeps=yes
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user