parent
63038b48b3
commit
0201217642
2 changed files with 4 additions and 15 deletions
srcpkgs/attr
|
@ -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'
|
||||
pkgname=attr
|
||||
version=2.4.48
|
||||
version=2.5.1
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
checkdepends="perl"
|
||||
configure_args="--libdir=/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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://savannah.nongnu.org/projects/attr"
|
||||
distfiles="${NONGNU_SITE}/attr/attr-${version}.tar.gz"
|
||||
checksum=5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7
|
||||
make_check_args="-j1" # Tests broken when ran in parallel
|
||||
checksum=bae1c6949b258a0d68001367ce0c741cebdacdd3b62965d17e5eb23cd78adaf8
|
||||
conf_files="/etc/xattr.conf"
|
||||
|
||||
# The included libtool is rotten and only works with bash; easiest fix.
|
||||
|
|
Loading…
Reference in a new issue