Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cdrtools: fix SRCURL
- fixed SRCURL
- remove doc tree
  • Loading branch information
wwwutz committed Oct 5, 2021
1 parent ac79c34 commit 128efab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cdrtools.be0
@@ -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 128efab

Please sign in to comment.