Magellan Linux

Annotation of /trunk/core/rpm2targz/rpm2targz-9.0.0.4g-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10441 - (hide annotations) (download)
Sat Jan 21 23:40:59 2012 UTC (12 years, 4 months ago) by niro
File size: 594 byte(s)
-no check target in Makefile
1 niro 8098 # $Id$
2    
3     PNAME="rpm2targz"
4     PVER="9.0.0.4g"
5     PBUILD="r1"
6    
7 niro 10440 PCAT="app-arch"
8 niro 8098
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.18
16     >= sys-apps/which-2.20"
17    
18     SDEPEND=">= app-arch/xz-utils-5"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.xz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude mbuild
24 niro 10441 msetfeature "!check"
25 niro 8098
26     # check git repo
27 niro 8931 UP2DATE="echo ${PVER}"
28 niro 8098 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
29 niro 8099
30     src_compile()
31     {
32     cd ${SRCDIR}
33     mmake || die
34     }