Remove the info/dir file

meta/pkginfo.in is no longer needed
This commit is contained in:
Tom G. Christensen 2004-01-12 10:15:58 +00:00 committed by tgc
parent a4fdeed467
commit 9d80913983
2 changed files with 3 additions and 13 deletions

View File

@ -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

View File

@ -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%%"