Convert packages the new template format (a-c range).

This commit is contained in:
Juan RP
2013-04-12 08:55:23 +02:00
parent 30b6eee12b
commit 9c87483ea8
242 changed files with 2380 additions and 1800 deletions

View File

@@ -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
}
}