Magellan Linux

Contents of /smage/trunk/core/rpm2targz/rpm2targz-9.0.0.4g-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1827 - (show annotations) (download)
Mon Sep 26 16:04:47 2011 UTC (12 years, 7 months ago) by niro
File size: 570 byte(s)
auto added: ver bump to 9.0.0.4g-r1
1 # $Id$
2
3 PNAME="rpm2targz"
4 PVER="9.0.0.4g"
5 PBUILD="r1"
6
7 PCATEGORIE="app-arch"
8
9 DESCRIPTION="rpm2targz converts .rpm archives to .tar.gz archives."
10 HOMEPAGE="http://www.slackware.com/config/packages.php"
11
12 DEPEND=">= virtual/glibc
13 >= app-arch/cpio-2.11
14 >= sys-apps/file-4
15 >= sys-apps/util-linux-2.20
16 >= virtual/which"
17
18 SDEPEND=">= virtual/xz-utils"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 # check git repo
26 UP2DATE="echo ${PVER}"
27 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32 mmake || die
33 }