Diff of /branches/R11-stable/extras/xdg-utils/xdg-utils-1.1.0_20140205-r1.smage2
Parent Directory | Revision Log | Patch
revision 20747 by niro, Wed Feb 5 10:40:12 2014 UTC | revision 20748 by niro, Wed Feb 5 10:43:56 2014 UTC | |
---|---|---|
# | Line 25 SRC_URI=( mirror://${PNAME}/${SRCFILE} ) | Line 25 SRC_URI=( mirror://${PNAME}/${SRCFILE} ) |
25 | # fake | # fake |
26 | UP2DATE="echo ${PVER}" | UP2DATE="echo ${PVER}" |
27 | ||
28 | src_compile() | |
29 | { | |
30 | cd ${SRCDIR} | |
31 | mconfigure || die | |
32 | # remove prebuild stuff (git version only) | |
33 | mmake -C scripts scripts-clean || die | |
34 | # build (git version only) | |
35 | mmake -C scripts scripts man || die | |
36 | } | |
37 | ||
38 | src_install() | src_install() |
39 | { | { |
40 | cd ${SRCDIR} | cd ${SRCDIR} |
|