Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libass: create new versionless bee-file
  • Loading branch information
david committed Jan 25, 2017
1 parent daa6f21 commit 31bb744
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions libass.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION libass-0.10.2-0

SRCURL[0]="https://github.com/libass/libass/releases/download/${PKGVERSION}/libass-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

BEE_BUILDTYPE=autotools

# 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
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 31bb744

Please sign in to comment.