From ba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 20:39:07 +0200 Subject: optimize ipkg package management - generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig --- package/gnutls/ipkg/gnutls-utils.control | 5 ----- package/gnutls/ipkg/libgnutls-extra.control | 5 ----- package/gnutls/ipkg/libgnutls-openssl.control | 5 ----- package/gnutls/ipkg/libgnutls.control | 5 ----- package/gnutls/ipkg/libgnutlsxx.control | 5 ----- 5 files changed, 25 deletions(-) delete mode 100644 package/gnutls/ipkg/gnutls-utils.control delete mode 100644 package/gnutls/ipkg/libgnutls-extra.control delete mode 100644 package/gnutls/ipkg/libgnutls-openssl.control delete mode 100644 package/gnutls/ipkg/libgnutls.control delete mode 100644 package/gnutls/ipkg/libgnutlsxx.control (limited to 'package/gnutls/ipkg') diff --git a/package/gnutls/ipkg/gnutls-utils.control b/package/gnutls/ipkg/gnutls-utils.control deleted file mode 100644 index 856d704a8..000000000 --- a/package/gnutls/ipkg/gnutls-utils.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: gnutls-utils -Priority: optional -Section: admin -Description: GNU TLS utilities -Depends: libgnutls, libgnutls-extra diff --git a/package/gnutls/ipkg/libgnutls-extra.control b/package/gnutls/ipkg/libgnutls-extra.control deleted file mode 100644 index 332384a1b..000000000 --- a/package/gnutls/ipkg/libgnutls-extra.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: libgnutls-extra -Priority: optional -Section: libs -Description: GNU TLS extra library -Depends: libgnutls, opencdk, liblzo diff --git a/package/gnutls/ipkg/libgnutls-openssl.control b/package/gnutls/ipkg/libgnutls-openssl.control deleted file mode 100644 index ea06e1522..000000000 --- a/package/gnutls/ipkg/libgnutls-openssl.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: libgnutls-openssl -Priority: optional -Section: libs -Description: GNU TLS OpenSSL compatibility layer library -Depends: libgnutls diff --git a/package/gnutls/ipkg/libgnutls.control b/package/gnutls/ipkg/libgnutls.control deleted file mode 100644 index 6c2faffee..000000000 --- a/package/gnutls/ipkg/libgnutls.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: libgnutls -Priority: optional -Section: libs -Description: GNU TLS library -Depends: libgcrypt, libtasn1, zlib diff --git a/package/gnutls/ipkg/libgnutlsxx.control b/package/gnutls/ipkg/libgnutlsxx.control deleted file mode 100644 index 7034a5f33..000000000 --- a/package/gnutls/ipkg/libgnutlsxx.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: libgnutlsxx -Priority: optional -Section: libs -Description: GNU TLS C++ library -Depends: libgnutls -- cgit v1.2.3