summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-15 02:07:42 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-15 02:07:42 -0500
commita45727815b1d1d76262ac60cc52c4886c30b39db (patch)
treea05d7e05e318e50e4cb51b7fa24aa13ca4f05332
parent26637675a1482cde2aac8e6c779803c09084e899 (diff)
downloadpackages-a45727815b1d1d76262ac60cc52c4886c30b39db.tar.gz
packages-a45727815b1d1d76262ac60cc52c4886c30b39db.tar.bz2
packages-a45727815b1d1d76262ac60cc52c4886c30b39db.tar.xz
packages-a45727815b1d1d76262ac60cc52c4886c30b39db.zip
system/attr: [PD] fix NLS + maintainer
-rw-r--r--system/attr/APKBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/system/attr/APKBUILD b/system/attr/APKBUILD
index 1a05e8d7b..29cefb698 100644
--- a/system/attr/APKBUILD
+++ b/system/attr/APKBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=attr
pkgver=2.4.47
-pkgrel=7
+pkgrel=8
pkgdesc="Utilities for managing filesystem extended attributes"
url="https://savannah.nongnu.org/projects/attr"
arch="all"
-license="GPL2+ LGPL2+"
-depends=""
+license="GPL-2.0+ AND LGPL-2.1+"
options="!checkroot"
-makedepends="libtool autoconf automake bash gzip"
+depends=""
+makedepends="libtool autoconf automake bash gzip gettext-tiny gettext-tiny-dev"
checkdepends="perl"
-subpackages="$pkgname-dev $pkgname-doc libattr"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang libattr"
source="http://download.savannah.nongnu.org/releases/attr/attr-$pkgver.src.tar.gz
fix-decls.patch
fix-throw.patch
@@ -41,8 +41,7 @@ build() {
--libexecdir=/usr/lib \
--includedir=/usr/include \
--mandir=/usr/share/man \
- --datadir=/usr/share \
- --disable-gettext
+ --datadir=/usr/share
make
}