mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
acl: switch to normal tarballs
Avoids having to patch autoconf. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,19 +9,19 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=acl
|
||||
PKG_VERSION:=2.3.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@SAVANNAH/acl
|
||||
PKG_HASH:=97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://git.savannah.nongnu.org/cgit/acl.git/snapshot
|
||||
PKG_HASH:=0fc318808c1e91925398cbe41399a33b74dcf788a1c0af4feae8f7a322c6e6fd
|
||||
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
||||
|
||||
PKG_LICENSE:=LGPL-2.1 GPL-2.0
|
||||
PKG_LICENSE_FILES:=doc/COPYING doc/COPYING.LGPL
|
||||
PKG_CPE_ID:=cpe:/a:acl_project:acl
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -34,12 +34,6 @@ AC_SYS_LARGEFILE
|
||||
AM_PROG_AR
|
||||
LT_INIT
|
||||
|
||||
-dnl Minimal version supporting AM_GNU_GETTEXT_REQUIRE_VERSION.
|
||||
-AM_GNU_GETTEXT_VERSION([0.19.6])
|
||||
-dnl Require at least the following version, but use the latest available one.
|
||||
-AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
|
||||
-AM_GNU_GETTEXT([external])
|
||||
-
|
||||
AC_ARG_ENABLE([debug],
|
||||
[AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
|
||||
AS_IF([test "x$enable_debug" = "xyes"],
|
||||
@@ -69,6 +63,5 @@ AC_CONFIG_COMMANDS([include/sys],
|
||||
AC_CONFIG_FILES([
|
||||
libacl.pc
|
||||
Makefile
|
||||
- po/Makefile.in
|
||||
])
|
||||
AC_OUTPUT
|
||||
@@ -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
|
||||
@@ -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 \
|
||||
Reference in New Issue
Block a user