mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
acct: remove long_desc.
This commit is contained in:
parent
c4ecda73de
commit
5110972c8f
1 changed files with 2 additions and 5 deletions
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'acct'
|
# Template file for 'acct'
|
||||||
pkgname=acct
|
pkgname=acct
|
||||||
version=6.5.5
|
version=6.5.5
|
||||||
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
|
||||||
short_desc="GNU Accounting Utilities"
|
short_desc="GNU Accounting Utilities"
|
||||||
homepage="https://www.gnu.org/software/acct/"
|
homepage="https://www.gnu.org/software/acct/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz"
|
||||||
checksum=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5
|
checksum=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5
|
||||||
long_desc="
|
|
||||||
The GNU Accounting Utilities provide login and process accounting
|
|
||||||
utilities for GNU/Linux and other systems."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# The last(1) command is provided by busybox.
|
# The last(1) command is provided by util-linux
|
||||||
rm ${DESTDIR}/usr/bin/last
|
rm ${DESTDIR}/usr/bin/last
|
||||||
rm ${DESTDIR}/usr/share/man/man1/last.1
|
rm ${DESTDIR}/usr/share/man/man1/last.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue