diff --git a/srcpkgs/omxplayer/template b/srcpkgs/omxplayer/template index 5d3f061641..2866a445e8 100644 --- a/srcpkgs/omxplayer/template +++ b/srcpkgs/omxplayer/template @@ -1,7 +1,8 @@ # Template file for 'omxplayer' +_githash=f666a5d + pkgname=omxplayer -_githash=9b52cee -version=20131124 +version=20140120 revision=1 short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})" maintainer="Juan RP " @@ -28,7 +29,3 @@ pre_build() { mkdir -p /opt/vc/lib sed -e "s|@CROSSBASE@|${XBPS_CROSS_BASE}|g" -i Makefile.include } - -do_build() { - make CC="$CC" CXX="$CXX" LD="$LD" ${makejobs} -}