Skip to content

Commit

Permalink
Merge pull request #1376 from mariux64/update-smplayer-195
Browse files Browse the repository at this point in the history
smplayer: update to 19.5.0
  • Loading branch information
wwwutz authored Oct 18, 2019
2 parents a8f3729 + 3d8006c commit ac3486d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions smplayer.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION smplayer-17.1.0-0
# BEE_VERSION smplayer-19.5.0-0

SRCURL[0]="https://downloads.sourceforge.net/project/smplayer/SMPlayer/${PKGVERSION}/smplayer-${PKGVERSION}.tar.bz2"

Expand All @@ -25,11 +25,12 @@ SRCURL[0]="https://downloads.sourceforge.net/project/smplayer/SMPlayer/${PKGVERS
# bee_configure
#}

mee_build() {
bee_build PREFIX=$PREFIX
}

#mee_install() {
# bee_install
#mee_build() {
# bee_build
#}

mee_install() {
bee_install
rm -vrf ${D}/usr/share/doc
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit ac3486d

Please sign in to comment.