contrib/xssstate/Pkgfile

20 lines
474 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: A simple tool to retrieve the X screensaver state.
2018-12-23 19:00:55 +01:00
# URL: https://tools.suckless.org/x/xssstate
2018-02-18 22:58:12 +01:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2013-08-19 20:26:13 +02:00
# Depends on: xorg-libxscrnsaver
name=xssstate
version=1.1
2018-02-18 22:58:12 +01:00
release=3
2018-12-23 19:00:55 +01:00
source=(https://dl.suckless.org/tools/$name-$version.tar.gz)
2013-08-19 20:26:13 +02:00
build () {
2018-02-18 22:58:12 +01:00
cd $name-$version
make CC=gcc
make DESTDIR=$PKG PREFIX=/usr install
2018-12-23 19:00:55 +01:00
#install -D -m 755 $SRC/$name-$version/xsidle.sh \
# $PKG/usr/bin/xsidle.sh
2013-08-19 20:26:13 +02:00
}