|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2014 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2014,2016 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -23,11 +23,13 @@
|
|
|
|
|
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org> |
|
|
|
|
# |
|
|
|
|
# Latest menu-cache sourcecode is available at: <http://www.lxde.org/>. |
|
|
|
|
# |
|
|
|
|
# Depends: l/libfm-extra |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-menu-cache} |
|
|
|
|
VERSION=${VERSION:-0.5.1} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} |
|
|
|
|
WGET=${WGET:-http://downloads.sourceforge.net/lxde/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|