Magellan Linux

Contents of /trunk/core/which/which-2.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24756 - (show annotations) (download)
Wed Apr 8 07:33:16 2015 UTC (9 years, 1 month ago) by niro
File size: 494 byte(s)
auto added: ver bump to 2.21-r1
1 # $Id$
2
3 PNAME="which"
4 PVER="2.21"
5 PBUILD="r1"
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"