Magellan Linux

Contents of /branches/R11-unstable/extras/chrpath/chrpath-0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25154 - (show annotations) (download)
Tue Nov 25 03:08:27 2014 UTC (9 years, 5 months ago) by niro
File size: 570 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="chrpath"
4 PVER="0.16"
5 PBUILD="r1"
6
7 PCAT="app-admin"
8
9 DESCRIPTION="Command line tool to adjust the RPATH or RUNPATH of ELF binaries."
10 HOMEPAGE="https://alioth.debian.org/projects/chrpath/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 ALIOTH_ID="3979"
20
21 SRC_URI=(
22 https://alioth.debian.org/frs/download.php/file/${ALIOTH_ID}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd 'https://alioth.debian.org/frs/?group_id=31052' | grep '${PNAME}-\(.*\).*' | highesttarball gz"