void-packages/srcpkgs/linux-user-chroot/template
2014-12-18 21:24:40 +01:00

20 lines
551 B
Bash

# Template file for 'linux-user-chroot'
pkgname=linux-user-chroot
version=v2013.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool git"
short_desc="Setuid helper for making bind mounts and chrooting"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://git.gnome.org/browse/linux-user-chroot/"
license="GPL-2"
do_fetch() {
local url="git://git.gnome.org/linux-user-chroot"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}