mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ts: update to 1.0.
This commit is contained in:
parent
584bedf591
commit
d4e3415eb6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ts'
|
# Template file for 'ts'
|
||||||
pkgname=ts
|
pkgname=ts
|
||||||
version=0.7.6
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A simple unix task spool system"
|
short_desc="A simple unix task spool system"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://vicerveza.homeunix.net/~viric/soft/ts/"
|
homepage="http://vicerveza.homeunix.net/~viric/soft/ts/"
|
||||||
distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz"
|
distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz"
|
||||||
checksum=93d383e6cf239f90aa06b9aed163c33e71de75fab907551eeded6238ba0e661d
|
checksum=4f53e34fff0bb24caaa44cdf7598fd02f3e5fa7cacaea43fa0d081d03ffbb395
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS"
|
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue