void-packages/srcpkgs/run-parts/template

29 lines
763 B
Text
Raw Normal View History

# Template file for 'run-parts'
pkgname=run-parts
2011-07-03 14:37:59 +00:00
version=4.0.2
wrksrc="debianutils-${version}"
2010-11-03 16:42:22 +00:00
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.gz"
build_style=custom-install
short_desc="Run scripts or programs in a directory"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-03 05:46:20 +00:00
homepage="http://packages.qa.debian.org/d/debianutils.html"
license="GPL-2"
2011-07-03 14:37:59 +00:00
checksum=c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc
long_desc="
$pkgname runs all the executable files found in a directory.
This package comes from the GNU/Linux Debian system."
2011-07-03 14:37:59 +00:00
Add_dependency run glibc
do_build()
{
2011-06-03 05:46:20 +00:00
./configure --prefix=/usr
make ${makejobs} run-parts
}
do_install()
{
2011-07-03 14:37:59 +00:00
vinstall run-parts 755 usr/bin
vinstall run-parts.8 644 usr/share/man/man8
}