mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libmpeg2: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d096b9c783
commit
804d2bc9d0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libmpeg2
|
||||
VERSION=0.5.1
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue