2011-06-13 13:16:08 +00:00
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := libbsd
2022-10-16 18:19:01 +00:00
PKG_VERSION := 0.11.7
2020-02-20 03:42:35 +00:00
PKG_RELEASE := 1
2011-06-13 13:16:08 +00:00
2018-05-02 08:23:45 +00:00
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://libbsd.freedesktop.org/releases
2022-10-16 18:19:01 +00:00
PKG_HASH := 9baa186059ebbf25c06308e9f991fda31f7183c0f24931826d83aa6abd8a0261
2011-06-13 13:16:08 +00:00
2014-11-02 12:20:54 +00:00
PKG_LICENSE := BSD-4-Clause
2012-10-19 15:34:28 +00:00
PKG_LICENSE_FILES := COPYING
2011-06-13 13:16:08 +00:00
PKG_INSTALL := 1
2020-02-20 03:42:35 +00:00
PKG_BUILD_PARALLEL := 1
2022-08-23 14:04:42 +00:00
PKG_BUILD_DEPENDS := libmd
2022-12-24 12:16:11 +00:00
PKG_FIXUP := autoreconf
2020-02-20 03:42:35 +00:00
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
2011-06-13 13:16:08 +00:00
d e f i n e P a c k a g e / l i b b s d
SECTION:= libs
CATEGORY:= Libraries
TITLE:= common BSD library
2019-01-22 18:17:32 +00:00
ABI_VERSION:= 0
2011-06-13 13:16:08 +00:00
e n d e f
d e f i n e P a c k a g e / l i b b s d / d e s c r i p t i o n
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.
e n d e f
d e f i n e B u i l d / I n s t a l l D e v
2018-05-02 08:23:45 +00:00
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libbsd.{ la,so*} $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libbsd*.pc $( 1) /usr/lib/pkgconfig/
$( CP) $( PKG_INSTALL_DIR) /usr/include/* $( 1) /usr/include/
2011-06-13 13:16:08 +00:00
e n d e f
d e f i n e P a c k a g e / l i b b s d / i n s t a l l
2018-05-02 08:23:45 +00:00
$( INSTALL_DIR) $( 1) /usr/lib
2019-01-22 18:17:32 +00:00
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libbsd.so.* $( 1) /usr/lib/
2011-06-13 13:16:08 +00:00
e n d e f
$( eval $ ( call BuildPackage ,libbsd ) )