attr: update to 2.4.44.
--HG-- extra : convert_revision : b236e9d7b0e444c204db392621b647a364b7291e
This commit is contained in:
parent
814dd1d2d6
commit
dc9e0bba03
3 changed files with 8 additions and 18 deletions
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
Add_dependency run attr
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -23,23 +23,14 @@
|
|||
|
||||
CC = @cc@
|
||||
AWK = @awk@
|
||||
--- include/buildmacros.orig 2009-04-24 01:53:30.507533937 +0200
|
||||
+++ include/buildmacros 2009-04-24 01:54:12.362471802 +0200
|
||||
@@ -27,7 +27,7 @@ OBJECTS = $(ASFILES:.s=.o) \
|
||||
--- include/buildmacros.orig 2009-10-25 09:35:28.000000000 +0100
|
||||
+++ include/buildmacros 2009-10-25 09:35:42.000000000 +0100
|
||||
@@ -40,7 +40,7 @@ OBJECTS = $(ASFILES:.s=.o) \
|
||||
$(LFILES:.l=.o) \
|
||||
$(YFILES:%.y=%.tab.o)
|
||||
|
||||
-INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
|
||||
+INSTALL = $(TOPDIR)/install-sh
|
||||
-INSTALL = $(TOPDIR)/include/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
|
||||
+INSTALL = $(TOPDIR)/include/install-sh
|
||||
|
||||
SHELL = /bin/sh
|
||||
IMAGES_DIR = $(TOPDIR)/all-images
|
||||
@@ -48,7 +48,7 @@ LTINSTALL = $(LIBTOOL) --mode=install $(
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
|
||||
|
||||
ifeq ($(ENABLE_SHARED),yes)
|
||||
-LTLDFLAGS += -rpath $(PKG_LIB_DIR)
|
||||
+LTLDFLAGS += -rpath $(PKG_LIB_DIR)
|
||||
LTLDFLAGS += -version-info $(LTVERSION)
|
||||
endif
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'attr'
|
||||
pkgname=attr
|
||||
version=2.4.43
|
||||
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}-1.tar.gz"
|
||||
version=2.4.44
|
||||
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-${version}.src.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_env="ac_cv_path_LIBTOOL=${XBPS_MASTERDIR}/usr/bin/libtool
|
||||
ac_cv_path_MSGFMT=${XBPS_MASTERDIR}/usr/bin/msgfmt
|
||||
|
@ -10,7 +10,7 @@ configure_env="ac_cv_path_LIBTOOL=${XBPS_MASTERDIR}/usr/bin/libtool
|
|||
make_install_args="install-lib install-dev"
|
||||
short_desc="Extended attribute support library for ACL support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d358b233b3e2ad235e63fd8697e337006fc7506844e424b0d9dd7a24affec5bf
|
||||
checksum=e01fa00686072a02dddf994e6217be950f51c1dc0852ad2e210c48b6e8de793a
|
||||
long_desc="
|
||||
This package includes Extended attribute support library for ACL support."
|
||||
|
||||
|
|
Loading…
Reference in a new issue