diff options
Diffstat (limited to 'source/a/utempter')
-rw-r--r-- | source/a/utempter/slack-desc | 2 | ||||
-rwxr-xr-x | source/a/utempter/utempter.SlackBuild | 6 | ||||
-rw-r--r-- | source/a/utempter/utempter.url | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/source/a/utempter/slack-desc b/source/a/utempter/slack-desc index 5c490b91..3e57078f 100644 --- a/source/a/utempter/slack-desc +++ b/source/a/utempter/slack-desc @@ -12,7 +12,7 @@ utempter: The utempter package provides a utility and shared library that utempter: allows terminal applications such as xterm and screen to update utempter: /var/run/utmp and /var/log/wtmp without requiring root privileges. utempter: -utempter: +utempter: Homepage: https://github.com/altlinux/libutempter utempter: utempter: utempter: diff --git a/source/a/utempter/utempter.SlackBuild b/source/a/utempter/utempter.SlackBuild index 09d244e8..8cef68aa 100755 --- a/source/a/utempter/utempter.SlackBuild +++ b/source/a/utempter/utempter.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=utempter -VERSION=1.1.6 -BUILD=${BUILD:-3} +VERSION=1.2.0 +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG/usr cd $TMP rm -rf libutempter-$VERSION -tar xvf $CWD/libutempter-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/libutempter-$VERSION.tar.?z || exit 1 cd libutempter-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/a/utempter/utempter.url b/source/a/utempter/utempter.url new file mode 100644 index 00000000..305d4756 --- /dev/null +++ b/source/a/utempter/utempter.url @@ -0,0 +1,2 @@ +https://github.com/altlinux/libutempter +ftp://ftp.altlinux.org/pub/people/ldv/utempter |