|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2010 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2010,2011 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -24,12 +24,14 @@
|
|
|
|
|
# |
|
|
|
|
# Latest gtksourceview sourcecode is available at: |
|
|
|
|
# <http://projects.gnome.org/gtksourceview/>. |
|
|
|
|
# |
|
|
|
|
# Recommends: xap/glade3 |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-gtksourceview} |
|
|
|
|
VERSION=${VERSION:-2.10.3} |
|
|
|
|
VERSION=${VERSION:-2.10.5} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
|
WGET=${WGET:-http://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/2.10/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-ftp://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-gtksourceview} |
|
|
|
|