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