Magellan Linux

Annotation of /branches/R11-stable/core/which/which-2.20-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13216 - (hide annotations) (download)
Wed Sep 5 11:49:27 2012 UTC (11 years, 9 months ago) by niro
Original Path: trunk/core/which/which-2.20-r5.smage2
File size: 531 byte(s)
-added missing provides
1 niro 13216 # $Id$
2    
3     PNAME="which"
4     PVER="2.20"
5     PBUILD="r5"
6    
7     PCAT="sys-apps"
8    
9     DESCRIPTION="Which - Prints out full path of execuatbles."
10     #HOMEPAGE="http://directory.fsf.org/which.html"
11     HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
12    
13     DEPEND=">= sys-apps/texinfo-4.6
14     >= virtual/glibc"
15    
16     PROVIDE="virtual/which"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     http://www.xs4all.nl/~carlo17/${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"