attr: switch to normal tarballs
authorRosen Penev <redacted>
Sat, 25 May 2024 18:39:13 +0000 (11:39 -0700)
committerRosen Penev <redacted>
Tue, 28 May 2024 19:39:49 +0000 (12:39 -0700)
Avoids having to use autoreconf.

Signed-off-by: Rosen Penev <redacted>
utils/attr/Makefile
utils/attr/patches/100-no-gettext_configure.patch [deleted file]
utils/attr/patches/101-no-gettext_autogen.patch [deleted file]
utils/attr/patches/102-no-gettext_Makefile.patch [deleted file]

index bf9b59337f11b77371a4300676e7b2f2bfe3d1eb..618cf6701261b605918f582a257b06fd41f50fb9 100644 (file)
@@ -9,16 +9,15 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=attr
 PKG_VERSION:=2.5.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://git.savannah.nongnu.org/cgit/attr.git/snapshot
-PKG_HASH:=b266cf45e2256b4d85a86554b42c0218abce40356f5c3026f88e15dcf73df775
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_URL:=@SAVANNAH/attr
+PKG_HASH:=f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b
 
 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
 PKG_CPE_ID:=cpe:/a:attr_project:attr
 
-PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
 
diff --git a/utils/attr/patches/100-no-gettext_configure.patch b/utils/attr/patches/100-no-gettext_configure.patch
deleted file mode 100644 (file)
index 716f86e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -37,9 +37,6 @@ AC_SYS_LARGEFILE
- AM_PROG_AR
- LT_INIT
--AM_GNU_GETTEXT_VERSION([0.18.2])
--AM_GNU_GETTEXT([external])
--
- AC_ARG_ENABLE([debug],
-       [AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
- AS_IF([test "x$enable_debug" = "xyes"],
-@@ -65,6 +62,5 @@ AC_CONFIG_COMMANDS([include/attr],
- AC_CONFIG_FILES([
-       libattr.pc
-       Makefile
--      po/Makefile.in
- ])
- AC_OUTPUT
diff --git a/utils/attr/patches/101-no-gettext_autogen.patch b/utils/attr/patches/101-no-gettext_autogen.patch
deleted file mode 100644 (file)
index a800096..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/autogen.sh
-+++ b/autogen.sh
-@@ -1,6 +1,4 @@
- #!/bin/sh -ex
--po/update-potfiles
--autopoint --force
- am_libdir=$(automake --print-libdir)
- cp "${am_libdir}/INSTALL" doc/
- exec autoreconf -f -i
diff --git a/utils/attr/patches/102-no-gettext_Makefile.patch b/utils/attr/patches/102-no-gettext_Makefile.patch
deleted file mode 100644 (file)
index 4d562b9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -3,8 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
- EXTRA_DIST = \
-       exports
--SUBDIRS = po
--
- AM_CPPFLAGS = \
-       -I$(top_builddir)/include \
-       -I$(top_srcdir)/include \
git clone https://git.99rst.org/PROJECT