lockdev: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 11:51:48 +01:00
parent dfab792076
commit a0da89f1cb
1 changed files with 3 additions and 5 deletions

View File

@ -1,16 +1,13 @@
# Template file for 'lockdev'
pkgname=lockdev
version=1.0.3
revision=2
revision=3
short_desc="Run-time shared library for locking devices"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.qa.debian.org/l/lockdev.html"
license="LGPL-2.1"
distfiles="${DEBIAN_SITE}/main/l/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=ccae635d7ac3fdd50897eceb250872b3d9a191d298f213e7f0c836910d869f82
long_desc="
It provides a reliable way to put an exclusive lock to devices using
_both_ FSSTND and SVr4 methods."
do_build() {
make CC=$CC shared CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\" -fPIC"
@ -26,11 +23,12 @@ do_install() {
}
lockdev-devel_package() {
depends="lockdev>=$version"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
}
}