mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
kernel-uml, uml-utilities: removed; seem to be unmaintained and broken.
This commit is contained in:
parent
8b99e25765
commit
85eb5d5ee3
3 changed files with 0 additions and 61 deletions
|
@ -1,42 +0,0 @@
|
||||||
# Build template for 'kernel-uml'
|
|
||||||
pkgname=kernel-uml
|
|
||||||
version=3.10.30
|
|
||||||
revision=1
|
|
||||||
wrksrc=linux-${version}
|
|
||||||
hostmakedepends="perl bc"
|
|
||||||
makedepends="libpcap-devel uml-utilities"
|
|
||||||
depends="uml-utilities"
|
|
||||||
homepage="http://www.kernel.org"
|
|
||||||
license="GPL-2"
|
|
||||||
short_desc="Kernel ${version} for User Mode Linux"
|
|
||||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
|
||||||
checksum=150a05c96f9f00337d9bf14de0dfff4efe395c9b7776c189f1fb1901de113d29
|
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*) _subarch="x86";;
|
|
||||||
x86_64*) _subarch="x86_64";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
|
||||||
fi
|
|
||||||
make ${_args} ARCH=um SUBARCH=${_subarch} defconfig
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
unset LDFLAGS
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
|
||||||
fi
|
|
||||||
make ${_args} ARCH=um SUBARCH=${_subarch} ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vinstall linux 755 usr/bin
|
|
||||||
make ARCH=um INSTALL_MOD_PATH=${DESTDIR}/usr/lib/uml modules_install
|
|
||||||
rm -f ${DESTDIR}/usr/lib/uml/lib/modules/${version}/{build,source}
|
|
||||||
mv ${DESTDIR}/usr/lib/uml/lib/modules ${DESTDIR}/usr/lib/uml
|
|
||||||
rmdir ${DESTDIR}/usr/lib/uml/lib
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
pkgname="linux"
|
|
|
@ -1,18 +0,0 @@
|
||||||
# Template file for 'uml-utilities'
|
|
||||||
pkgname=uml-utilities
|
|
||||||
version=20070815
|
|
||||||
revision=7
|
|
||||||
wrksrc=tools-${version}
|
|
||||||
build_style=gnu-makefile
|
|
||||||
makedepends="readline-devel fuse-devel"
|
|
||||||
short_desc="User Mode Linux Utilities"
|
|
||||||
homepage="http://user-mode-linux.sourceforge.net"
|
|
||||||
license="GPL-2"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
distfiles="http://user-mode-linux.sourceforge.net/uml_utilities_${version}.tar.bz2"
|
|
||||||
checksum=f815f591a1c177729546969acf720958c5fd72b8d4d36bae26fdc5b64669b60e
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i -e "s|lib64|lib|" Makefile
|
|
||||||
sed -i -e "s|-o|-m|" humfsify/Makefile
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue