Skip to content

Commit

Permalink
smplayer: update to 19.5.0
Browse files Browse the repository at this point in the history
```
bee update smplayer-19.5.0
```
  • Loading branch information
wwwutz committed Oct 1, 2019
1 parent d38f09c commit 3d8006c
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 3d8006c

Please sign in to comment.