mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
63038b48b3
commit
0201217642
2 changed files with 4 additions and 15 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- test/run
|
|
||||||
+++ test/run
|
|
||||||
@@ -106,7 +106,7 @@ for (;;) {
|
|
||||||
if (defined $line) {
|
|
||||||
# Substitute %VAR and %{VAR} with environment variables.
|
|
||||||
$line =~ s[%(\w+)][$ENV{$1}]eg;
|
|
||||||
- $line =~ s[%{(\w+)}][$ENV{$1}]eg;
|
|
||||||
+ $line =~ s[%\{(\w+)}][$ENV{$1}]eg;
|
|
||||||
}
|
|
||||||
if (defined $line) {
|
|
||||||
if ($line =~ s/^\s*< ?//) {
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'attr'
|
# Template file for 'attr'
|
||||||
pkgname=attr
|
pkgname=attr
|
||||||
version=2.4.48
|
version=2.5.1
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
checkdepends="perl"
|
|
||||||
configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}
|
configure_args="--libdir=/usr/lib${XBPS_TARGET_WORDSIZE}
|
||||||
--libexecdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
|
--libexecdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
|
||||||
|
make_check_args="-j1" # Tests broken when ran in parallel
|
||||||
|
checkdepends="perl"
|
||||||
short_desc="Extended attribute support library for ACL support"
|
short_desc="Extended attribute support library for ACL support"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://savannah.nongnu.org/projects/attr"
|
homepage="http://savannah.nongnu.org/projects/attr"
|
||||||
distfiles="${NONGNU_SITE}/attr/attr-${version}.tar.gz"
|
distfiles="${NONGNU_SITE}/attr/attr-${version}.tar.gz"
|
||||||
checksum=5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7
|
checksum=bae1c6949b258a0d68001367ce0c741cebdacdd3b62965d17e5eb23cd78adaf8
|
||||||
make_check_args="-j1" # Tests broken when ran in parallel
|
|
||||||
conf_files="/etc/xattr.conf"
|
conf_files="/etc/xattr.conf"
|
||||||
|
|
||||||
# The included libtool is rotten and only works with bash; easiest fix.
|
# The included libtool is rotten and only works with bash; easiest fix.
|
||||||
|
|
Loading…
Add table
Reference in a new issue