From c28f6d8a4138bbed9aa5da3bd58aab313e8792e1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 28 Aug 2016 15:46:21 +0200 Subject: [PATCH] sam: update to 20160825. --- srcpkgs/sam/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/sam/template b/srcpkgs/sam/template index fda8f0f7a6..a60adaa557 100644 --- a/srcpkgs/sam/template +++ b/srcpkgs/sam/template @@ -1,8 +1,8 @@ # Template file for 'sam' pkgname=sam -version=20160520 +version=20160825 revision=1 -_githash=4376931065dc54bed8eb859bd7111660bf3d4923 +_githash=d3d56423183ecfcf6207ca8adb5a59d2950acf39 wrksrc="${pkgname}-${_githash}" disable_parallel_build=yes makedepends="libXft-devel libXt-devel" @@ -11,12 +11,11 @@ maintainer="Christian Neukirchen " license="MIT-like" homepage="http://www.deadpixi.com/an-updated-version-of-sam" distfiles="https://github.com/deadpixi/${pkgname}/archive/${_githash}.tar.gz" -checksum=417327e01e564b69a76773646239556773e13061f1a9d7b23ad1a0530402ce2e +checksum=5b9aa72ddab0b14c28177b1b41cc88a9c219c5325356e3ed1c936a86b633d484 post_extract() { - sed -i '/-o sam/s/$/ $(LDFLAGS)/' sam/Makefile - sed -i '/-o samterm/s/$/ $(LDFLAGS)/' samterm/Makefile - sed -i '1iall:' doc/Makefile + sed -i '/-o rsam/s/$/ $(LDFLAGS)/' rsam/Makefile + sed -i '/LDFLAGS/d' rsam/Makefile } do_build() { case "$XBPS_TARGET_MACHINE" in @@ -36,7 +35,6 @@ do_install() { make install DESTDIR=${DESTDIR}/usr vlicense LICENSE - vdoc README vdoc doc/se.ps vdoc doc/sam.tut.ms }