attr: remove useless long_desc; set version in -devel subpkg.
This commit is contained in:
parent
5677b3604f
commit
246ee2b061
3 changed files with 6 additions and 18 deletions
|
@ -1,12 +1,7 @@
|
||||||
# Template file for 'attr-devel'.
|
# Template file for 'attr-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel attr"
|
depends="glibc-devel attr>=${version}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Template file for 'attr-progs'.
|
# Template file for 'attr-progs'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} (utilities)"
|
short_desc="${short_desc} -- utilities"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains binary utilities provided by the attr package."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
|
|
|
@ -1,19 +1,15 @@
|
||||||
# Template file for 'attr'
|
# Template file for 'attr'
|
||||||
pkgname=attr
|
pkgname=attr
|
||||||
version=2.4.46
|
version=2.4.46
|
||||||
distfiles="${NONGNU_SITE}/attr/attr-${version}.src.tar.gz"
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib --libexecdir=/usr/lib"
|
configure_args="--libdir=/usr/lib --libexecdir=/usr/lib"
|
||||||
make_install_target="DIST_ROOT=$XBPS_DESTDIR/$pkgname-$version
|
make_install_target="DIST_ROOT=${XBPS_DESTDIR}/${pkgname}-${version} install install-lib install-dev"
|
||||||
install install-lib install-dev"
|
|
||||||
revision=4
|
|
||||||
short_desc="Extended attribute support library for ACL support"
|
short_desc="Extended attribute support library for ACL support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://savannah.nongnu.org/projects/attr"
|
homepage="http://savannah.nongnu.org/projects/attr"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
distfiles="${NONGNU_SITE}/attr/attr-${version}.src.tar.gz"
|
||||||
checksum=dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f
|
checksum=dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f
|
||||||
long_desc="
|
|
||||||
This package includes Extended attribute support library for ACL support."
|
|
||||||
|
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
subpackages="attr-devel attr-progs"
|
subpackages="attr-devel attr-progs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue