bumblebee: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 15:33:22 +01:00
parent a712ff1b62
commit 18e3f7b353

View file

@ -1,7 +1,7 @@
# Template file for 'bumblebee'
pkgname=bumblebee
version=3.2.1
revision=1
revision=2
build_style=gnu-configure
configure_args="
CONF_DRIVER_MODULE_NVIDIA=nvidia
@ -10,7 +10,8 @@ configure_args="
--sbindir=/usr/bin
--with-udev-rules=/usr/lib/udev/rules.d/
--without-pidfile"
makedepends="pkg-config help2man VirtualGL-devel glib-devel MesaLib-devel"
hostmakedepends="pkg-config help2man"
makedepends="VirtualGL-devel glib-devel MesaLib-devel"
depends="VirtualGL"
systemd_services="bumblebeed.service true"
conf_files="
@ -24,10 +25,8 @@ homepage="http://www.bumblebee-project.org/"
license="GPL-3"
distfiles="http://www.bumblebee-project.org/${pkgname}-${version}.tar.gz"
checksum=1018703b07e2f607a4641249d69478ce076ae5a1e9dd6cff5694d394fa7ee30e
long_desc="
The Bumblebee Project is a set of tools developed by people aiming to provide
Optimus support under Linux (legacy nVidia hybrid graphics is supported too)
while waiting for kernel and drivers to support these notebooks."
only_for_archs="i686 x86_64"
post_install() {
# Install systemd unit
@ -35,7 +34,7 @@ post_install() {
usr/lib/systemd/system
# Make bash_completion work
mkdir -p ${DESTDIR}/usr/share/bash-completion/completions
vmkdir -usr/share/bash-completion/completions
mv -v ${DESTDIR}/etc/bash_completion.d/bumblebee \
${DESTDIR}/usr/share/bash-completion/completions/optirun
}