Magellan Linux

Diff of /trunk/extras/libpaper/libpaper-1.1.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31837 by niro, Tue Dec 18 10:26:12 2018 UTC revision 31838 by niro, Tue Dec 18 10:28:20 2018 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24    
25  UP2DATE="updatecmd ${HOMEPAGE} | grep tar.gz -m1 | sed -e 's/.*r_\(.*\).t.*/\1/' -e 's/\(.*\)+.*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE} | grep tar.gz -m1 | sed -e 's/.*r_\(.*\).t.*/\1/' -e 's/\(.*\)+.*/\1/'"
26    
27    src_prepare()
28    {
29     munpack ${SRCFILE} || die
30     mautoreconf || die
31    }
32    
33  src_install()  src_install()
34  {  {
35   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die

Legend:
Removed from v.31837  
changed lines
  Added in v.31838