Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15499 - (show annotations) (download)
Mon Sep 7 10:26:52 2020 UTC (3 years, 7 months ago) by niro
File size: 570 byte(s)
-release branches/alx07x-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"