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
2020-02-20 03:42:35 +00:00
PKG_VERSION := 0.10.0
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
2020-02-20 03:42:35 +00:00
PKG_HASH := 34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887
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
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 ) )
2014-11-03 09:56:44 +00:00