Magellan Linux

Contents of /smage/trunk/extras/chrpath/chrpath-0.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17048 - (show annotations) (download)
Fri Oct 20 10:40:00 2023 UTC (6 months, 3 weeks ago) by niro
File size: 573 byte(s)
-fixed SRC_URI and up2date
1 # $Id$
2
3 PNAME="chrpath"
4 PVER="0.16"
5 PBUILD="r2"
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 SRC_URI=(
20 http://deb.debian.org/debian/pool/main/${PNAME::1}/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2SEPERATOR="_"
25 UP2DATE="updatecmd http://deb.debian.org/debian/pool/main/${PNAME::1}/${PNAME}/ | sed 's:.orig::g' | highesttarball gz"