Removed chroot-bzip2 and chroot-xz; those are unnecessary right now.
This commit is contained in:
parent
bdc5adbfac
commit
84febf48d8
3 changed files with 0 additions and 71 deletions
|
@ -1 +0,0 @@
|
|||
../bzip2/patches
|
|
@ -1,43 +0,0 @@
|
|||
# Template build file for 'chroot-bzip2'.
|
||||
pkgname=chroot-bzip2
|
||||
version=1.0.6
|
||||
revision=2
|
||||
wrksrc="bzip2-${version}"
|
||||
homepage="http://www.bzip.org"
|
||||
distfiles="http://www.bzip.org/$version/bzip2-$version.tar.gz"
|
||||
short_desc="The bzip2 compression library"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
||||
|
||||
bootstrap=yes
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} -f Makefile-libbz2_so
|
||||
make ${makejobs} bzip2recover libbz2.a
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall bzip2-shared 755 usr/bin bzip2
|
||||
vinstall bzip2recover 755 usr/bin
|
||||
ln -sf bzip2 ${DESTDIR}/usr/bin/bunzip2
|
||||
ln -sf bzip2 ${DESTDIR}/usr/bin/bzcat
|
||||
install -m755 bzdiff bzgrep bzmore ${DESTDIR}/usr/bin
|
||||
|
||||
vinstall libbz2.so.${version} 755 usr/lib
|
||||
ln -s libbz2.so.${version} ${DESTDIR}/usr/lib/libbz2.so
|
||||
ln -s libbz2.so.${version} ${DESTDIR}/usr/lib/libbz2.so.1
|
||||
ln -s libbz2.so.${version} ${DESTDIR}/usr/lib/libbz2.so.1.0
|
||||
|
||||
vinstall libbz2.a 644 usr/lib
|
||||
vinstall bzlib.h 644 usr/include
|
||||
}
|
||||
|
||||
chroot-bzip2_package() {
|
||||
provides="bzip2-${version} bzip2-devel-${version}"
|
||||
conflicts="bzip2>=0"
|
||||
noverifyrdeps=yes
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'chroot-xz'
|
||||
pkgname=chroot-xz
|
||||
version=5.0.5
|
||||
revision=1
|
||||
wrksrc="xz-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-nls --disable-shared"
|
||||
short_desc="XZ utilities -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://tukaani.org/xz/"
|
||||
license="custom blend of Public Domain, GPL-2 and GPL-2"
|
||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||
checksum=166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490
|
||||
|
||||
bootstrap=yes
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/lib ${DESTDIR}/usr/share ${DESTDIR}/usr/include
|
||||
}
|
||||
|
||||
chroot-xz_package() {
|
||||
conflicts="xz>=0"
|
||||
provides="xz-${version}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue