summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/quilt/doinst.sh2
-rw-r--r--development/quilt/quilt.SlackBuild10
-rw-r--r--development/quilt/quilt.info10
3 files changed, 12 insertions, 10 deletions
diff --git a/development/quilt/doinst.sh b/development/quilt/doinst.sh
index d90af937d8..0fb57276d8 100644
--- a/development/quilt/doinst.sh
+++ b/development/quilt/doinst.sh
@@ -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
diff --git a/development/quilt/quilt.SlackBuild b/development/quilt/quilt.SlackBuild
index b48e7101e0..e98dde8566 100644
--- a/development/quilt/quilt.SlackBuild
+++ b/development/quilt/quilt.SlackBuild
@@ -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
diff --git a/development/quilt/quilt.info b/development/quilt/quilt.info
index f5b0ee4543..3f8ad3d39b 100644
--- a/development/quilt/quilt.info
+++ b/development/quilt/quilt.info
@@ -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"