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
2018-05-02 08:23:45 +00:00
PKG_VERSION := 0.8.7
2011-06-13 13:16:08 +00:00
PKG_RELEASE := 1
2018-05-02 08:23:45 +00:00
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_HASH := f548f10e5af5a08b1e22889ce84315b1ebe41505b015c9596bad03fd13a12b31
PKG_SOURCE_URL := https://libbsd.freedesktop.org/releases
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
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
PKG_INSTALL := 1
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
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
$( 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