From e53b322fce48582c9d8c28e1c53da72213800c12 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 08:43:41 +0200 Subject: [PATCH] move package libtasn1: - no more need, move to pkg-archive branch --- packages/other/libtasn1/build | 17 ----------------- packages/other/libtasn1/url | 1 - 2 files changed, 18 deletions(-) delete mode 100755 packages/other/libtasn1/build delete mode 100644 packages/other/libtasn1/url 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