Magellan Linux

Annotation of /trunk/core/which/which-2.20-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9939 - (hide annotations) (download)
Sun Jan 15 00:11:04 2012 UTC (12 years, 5 months ago) by niro
File size: 506 byte(s)
-imported from magellan-next
1 niro 7583 # $Id$
2    
3     PNAME="which"
4     PVER="2.20"
5     PBUILD="r4"
6    
7 niro 9939 PCAT="sys-apps"
8 niro 7583
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     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     http://www.xs4all.nl/~carlo17/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"