From 9d80913983768df254006a8975fd38e218ec931a Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Mon, 12 Jan 2004 10:15:58 +0000 Subject: [PATCH] Remove the info/dir file meta/pkginfo.in is no longer needed --- coreutils/build.sh | 5 +++-- coreutils/meta/pkginfo.in | 11 ----------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 coreutils/meta/pkginfo.in diff --git a/coreutils/build.sh b/coreutils/build.sh index 43627c8..99cecdf 100755 --- a/coreutils/build.sh +++ b/coreutils/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=coreutils version=5.0 -pkgver=1 +pkgver=2 source[0]=$topdir-$version.tar.bz2 # If there are no patches, simply comment this #patch[0]= @@ -19,7 +19,7 @@ source[0]=$topdir-$version.tar.bz2 # Fill in pkginfo values if necessary # using pkgname,name,pkgcat,pkgvendor & pkgdesc -name="Gnu Coreutils" +name="GNU Coreutils" pkgvendor="http://www.gnu.org" pkgdesc="Collection of basic file, shell and text manipulation utilities" @@ -45,6 +45,7 @@ reg install install() { generic_install DESTDIR + $RM -f $stagedir$prefix/info/dir } reg pack diff --git a/coreutils/meta/pkginfo.in b/coreutils/meta/pkginfo.in deleted file mode 100644 index 95b0128..0000000 --- a/coreutils/meta/pkginfo.in +++ /dev/null @@ -1,11 +0,0 @@ -PKG="%%pkgname%%" -NAME="%%name%%" -ARCH="sparc" -VERSION="%%version%%" -CATEGORY="%%pkgcat%%" -VENDOR="%%pkgvendor%%" -EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk" -PSTAMP="%%pkgver%%" -BASEDIR="%%topinstalldir%%" -CLASSES="none" -DESC="%%pkgdesc%%"