|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2009,2010,2011,2012 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2009,2010,2011,2012,2013 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:-pangomm} |
|
|
|
|
VERSION=${VERSION:-2.28.4} |
|
|
|
|
VERSION=${VERSION:-2.34.0} |
|
|
|
|
LIBVERSION=${LIBVERSION:-1.4} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
|
WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/pangomm/2.28/$ARCHIVE} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} |
|
|
|
|
WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/pangomm/2.34/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-pangomm} |
|
|
|
|