main/attr: libattr replaces attr

This commit is contained in:
Natanael Copa 2011-05-23 06:04:02 +00:00
parent a37ae270c5
commit 2e4af359fd

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=attr
pkgver=2.4.46
pkgrel=0
pkgrel=1
pkgdesc="Utilities for managing filesystem extended attributes"
url="http://acl.bestbits.at/"
arch="all"
@ -58,6 +58,7 @@ package() {
libattr() {
pkgdesc="Dynamic library for extended attribute support"
replaces="attr"
mkdir -p "$subpkgdir"/lib
mv "$pkgdir"/lib/lib*.so.* "$subpkgdir"/lib/
}