mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/fbmenugen: Updated for version 0.76.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
873d75be3e
commit
05307501a4
2 changed files with 6 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fbmenugen
|
||||
VERSION=${VERSION:-0.75}
|
||||
VERSION=${VERSION:-0.76}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,8 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -C $PRGNAM-$VERSION/
|
||||
tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fbmenugen"
|
||||
VERSION="0.75"
|
||||
HOMEPAGE="http://trizenx.blogspot.com/2012/02/fbmenugen.html"
|
||||
DOWNLOAD="http://trizen.googlecode.com/files/fbmenugen-0.75.tar.gz"
|
||||
MD5SUM="2e6d397764698bdcbc395406d4dec110"
|
||||
VERSION="0.76"
|
||||
HOMEPAGE="https://github.com/trizen/fbmenugen"
|
||||
DOWNLOAD="https://github.com/trizen/fbmenugen/archive/0.76.tar.gz"
|
||||
MD5SUM="028ad95957b946a230a8c9b923e9ea38"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-linux-desktop-files"
|
||||
|
|
Loading…
Reference in a new issue