Magellan Linux

Contents of /branches/R11-stable/core/which/which-2.20-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22730 - (show annotations) (download)
Tue Oct 28 08:32:08 2014 UTC (9 years, 6 months ago) by niro
File size: 494 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="which"
4 PVER="2.20"
5 PBUILD="r6"
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 gnu://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnu ${PNAME} gz"