|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2010,2011 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2010,2011,2012 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,11 @@
|
|
|
|
|
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org> |
|
|
|
|
# |
|
|
|
|
# Latest libisofs sourcecode is available at: |
|
|
|
|
# <http://libburnia-project.org/wiki/Libisofs>. |
|
|
|
|
# <http://libburnia-project.org/>. |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-libisofs} |
|
|
|
|
VERSION=${VERSION:-1.1.2} |
|
|
|
|
VERSION=${VERSION:-1.2.4} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://files.libburnia-project.org/releases/$ARCHIVE} |
|
|
|
|
|
|
|
|
|