mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
run-parts: update to 5.7.
This commit is contained in:
parent
e3b68b11cf
commit
2d0fea1042
2 changed files with 11 additions and 6 deletions
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'run-parts'
|
# Template file for 'run-parts'
|
||||||
pkgname=run-parts
|
pkgname=run-parts
|
||||||
version=4.11.2
|
version=5.7
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
|
||||||
make_build_args="run-parts ischroot"
|
|
||||||
short_desc="Run scripts or programs in a directory"
|
short_desc="Run scripts or programs in a directory"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://tracker.debian.org/pkg/debianutils"
|
homepage="https://tracker.debian.org/pkg/debianutils"
|
||||||
changelog="http://metadata.ftp-master.debian.org/changelogs/main/d/debianutils/debianutils_${version}_changelog"
|
changelog="http://metadata.ftp-master.debian.org/changelogs/main/d/debianutils/debianutils_${version}_changelog"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/debianutils/debianutils_${version}.orig.tar.gz"
|
||||||
checksum=3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de
|
checksum=27ec9e0e7e44dc8ab611aa576330471bacb07e4491ffecf0d3aa6909c92f9022
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
CFLAGS+=" -DPACKAGE_VERSION=\"$version\" -DHAVE_GETOPT_H"
|
||||||
|
$CC $CFLAGS $LDFLAGS -o run-parts run-parts.c
|
||||||
|
$CC $CFLAGS $LDFLAGS -o ischroot ischroot.c
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin run-parts
|
vbin run-parts
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pkgname=debianutils
|
pkgname=debianutils
|
||||||
|
site=https://packages.debian.org/stable/debianutils
|
||||||
|
|
Loading…
Add table
Reference in a new issue