|
|
|
@ -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: |
|
|
|
@ -28,10 +28,10 @@
|
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-non-daw} |
|
|
|
|
VERSION=${VERSION:-1.1.0.e230929} |
|
|
|
|
VERSION=${VERSION:-1.1.0.3946d39} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
REPOS=${REPOS:-git://git.tuxfamily.org/gitroot/non/non.git} |
|
|
|
|
COMMIT=${COMMIT:-e230929a579d7f91df7d34a4c0a324fb8dd5fa4a} |
|
|
|
|
COMMIT=${COMMIT:-3946d392216ee999b560d8b7cdee7c4347110e29} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-non-daw} |
|
|
|
|