Magellan Linux

Contents of /branches/magellan-next/core/which/which-2.20-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7583 - (show annotations) (download)
Thu May 26 21:55:48 2011 UTC (12 years, 11 months ago) by niro
File size: 529 byte(s)
auto added: ver bump to 2.20-r4
1 # $Id$
2
3 PNAME="which"
4 PVER="2.20"
5 PBUILD="r4"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Which - Prints out full path of execuatbles."
11 #HOMEPAGE="http://directory.fsf.org/which.html"
12 HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
13
14 DEPEND=">= sys-apps/texinfo-4.6
15 >= virtual/glibc"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 http://www.xs4all.nl/~carlo17/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"