Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 64b6700 Jan 31, 2020 History
- fixed SRCURL
- update
2 contributors

Users who have contributed to this file

@wwwutz @david
executable file 34 lines (23 sloc) 566 Bytes
#!/usr/bin/env beesh
# BEE_VERSION smplayer-19.10.2-1
# SRCURL[0]="https://downloads.sourceforge.net/project/smplayer/SMPlayer/${PKGVERSION}/smplayer-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9440bce02118e4599302a050e6eea41a/smplayer-19.10.2.tar.bz2"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
rm -vrf ${D}/usr/share/doc
}