mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/quilt: Updated for version 0.60 (+new maintainer)
This also reverted commit 1c8e35d0e5
.
(The completion file /etc/bash_completion.d/quilt was not intended for
change by users).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
264d6ff550
commit
f01eea0303
3 changed files with 12 additions and 10 deletions
|
@ -10,5 +10,5 @@ config() {
|
|||
fi
|
||||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
config etc/quilt.quiltrc.new
|
||||
config etc/bash_completion.d/quilt.new
|
||||
|
|
|
@ -22,9 +22,12 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Maintained by Binh Nguyen <binhvng@gmail.com>
|
||||
# from version 0.60
|
||||
|
||||
PRGNAM=quilt
|
||||
VERSION=0.48
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.60}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -75,11 +78,10 @@ CPPFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install BUILD_ROOT=$PKG docdir=/usr/doc
|
||||
make install BUILD_ROOT=$PKG docdir=/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Don't clobber the config file
|
||||
mv $PKG/etc/quilt.quiltrc $PKG/etc/quilt.quiltrc.new
|
||||
mv $PKG/etc/bash_completion.d/quilt $PKG/etc/bash_completion.d/quilt.new
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="quilt"
|
||||
VERSION="0.48"
|
||||
VERSION="0.60"
|
||||
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.48.tar.gz"
|
||||
MD5SUM="f77adda60039ffa753f3c584a286f12b"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.60.tar.gz"
|
||||
MD5SUM="058a08a9b626bdec9ec8c519dc92158c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andy Bailey"
|
||||
EMAIL="bailey@akamai.com"
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhvng@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue