Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/patch/patch-2.7.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11844 - (hide annotations) (download)
Wed Aug 15 11:28:50 2018 UTC (5 years, 9 months ago) by niro
Original Path: smage/trunk/core/patch/patch-2.7.6-r1.smage2
File size: 392 byte(s)
auto added: ver bump to 2.7.6-r1
1 niro 11844 # $Id$
2    
3     PNAME="patch"
4     PVER="2.7.6"
5     PBUILD="r1"
6    
7     PCAT="sys-dev"
8    
9     DESCRIPTION="Utility to apply diffs to files."
10     HOMEPAGE="http://www.gnu.org/software/patch/patch.html"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.xz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_gnu ${PNAME} xz"