diff --git a/packages/other/libtasn1/build b/packages/other/libtasn1/build deleted file mode 100755 index 0e27feb2ee..0000000000 --- a/packages/other/libtasn1/build +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --enable-static \ - --disable-shared \ - -make - -$MAKEINSTALL diff --git a/packages/other/libtasn1/url b/packages/other/libtasn1/url deleted file mode 100644 index 5bbb1f46b6..0000000000 --- a/packages/other/libtasn1/url +++ /dev/null @@ -1 +0,0 @@ -ftp://ftp.gnu.org/pub/gnu/gnutls/libtasn1-2.2.tar.gz \ No newline at end of file