diff options
Diffstat (limited to 'repo/system/attr.xibuild')
-rw-r--r-- | repo/system/attr.xibuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repo/system/attr.xibuild b/repo/system/attr.xibuild index 6aa9673..715f404 100644 --- a/repo/system/attr.xibuild +++ b/repo/system/attr.xibuild @@ -1,13 +1,15 @@ #!/bin/bash DEPS=(glibc) -SOURCE=http://download.savannah.nongnu.org/releases/attr/attr-2.5.1.tar.xz + +PKG_VER=2.5.1 +SOURCE=http://download.savannah.nongnu.org/releases/attr/attr-$PKG_VER.tar.xz DESC="Extended attribute support library for ACL support" build () { - ./configure --prefix=/usr --disable-static --sysconfdir=/etc --docdir=/usr/share/doc/attr-2.5.1 + ./configure --prefix=/usr --disable-static --sysconfdir=/etc --docdir=/usr/share/doc/attr-$PKG_VER make make check |