Skip to content

Commit

Permalink
Merge pull request #2384 from mariux64/fix-srcurl-cdrtools
Browse files Browse the repository at this point in the history
cdrtools: fix SRCURL
  • Loading branch information
wwwutz authored Oct 5, 2021
2 parents c117ba3 + 128efab commit 5977a82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cdrtools.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/env beesh

# BEE_VERSION cdrtools-3.02a09-0
# BEE_VERSION cdrtools-3.02a09-1

SRCURL[0]="https://downloads.sourceforge.net/cdrtools/cdrtools-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://downloads.sourceforge.net/cdrtools/cdrtools-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/1e224a6adbbe4ad40047b9fddbb0e60c/cdrtools-3.02a09.tar.bz2"

PATCHURL[0]=""

Expand Down Expand Up @@ -31,9 +32,11 @@ mee_install() {
}

mee_install_post() {
cd ${D} && {
rm -vfr ${D}/usr/include
rm -vfr ${D}/usr/share/man/man{3,5}
rm -vrf ${D}/usr/lib/profiled
rm -vrf ${D}/usr/lib/*.a
rm -vrf ${D}/usr/share/doc/libparanoia
rm -vrf ${D}/usr/share/doc
}
}

0 comments on commit 5977a82

Please sign in to comment.