libbsd: remove long_desc.
This commit is contained in:
parent
af7ea0a3a0
commit
1dfcf657e2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libbsd'
|
||||
pkgname=libbsd
|
||||
version=0.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Provides useful functions commonly found on BSD system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,14 +9,9 @@ homepage="http://libbsd.freedesktop.org/"
|
|||
license="BSD"
|
||||
distfiles="http://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
|
||||
checksum=9e8f34ffa9c8579c87965a55a82d8ac37a1dc64858f717b7c49452ade277cc62
|
||||
long_desc="
|
||||
This library provides useful functions commonly found on BSD systems, and
|
||||
lacking on others like GNU systems, thus making it easier to port projects
|
||||
with strong BSD origins, without needing to embed the same code over and
|
||||
over again on each project."
|
||||
|
||||
libbsd-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue