Browse Source

libbsd: Added libbsd 0.7.0 - A library with BSD functions for GNU systems

master
Nagy Károly Gábriel 9 years ago
parent
commit
9468fea006
3 changed files with 80 additions and 0 deletions
  1. +29
    -0
      develop/libbsd/libbsd.cache
  2. +17
    -0
      develop/libbsd/libbsd.conf
  3. +34
    -0
      develop/libbsd/libbsd.desc

+ 29
- 0
develop/libbsd/libbsd.cache

@ -0,0 +1,29 @@
[TIMESTAMP] 1431786323 Sat May 16 14:25:23 2015
[BUILDTIME] 15 (5)
[SIZE] 0.37 MB, 84 files
[DEP] bash
[DEP] binutils
[DEP] coreutils
[DEP] distribute
[DEP] fail2ban
[DEP] fhs
[DEP] gcc
[DEP] glib
[DEP] glibc
[DEP] groff
[DEP] libffi
[DEP] libxml
[DEP] linux-header
[DEP] make
[DEP] opensmtpd
[DEP] pango
[DEP] perl
[DEP] perl-xml-parser
[DEP] postgresql
[DEP] psycopg2
[DEP] python
[DEP] sed
[DEP] sysfiles
[DEP] util-linux

+ 17
- 0
develop/libbsd/libbsd.conf

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libbsd/libbsd.conf
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 5 'autoreconf -vfi'
# just remove libbsd.a as it colides with glibc
hook_add postmake 5 'find $libdir -name libbsd.a -print0 | xargs -0r rm -rf'

+ 34
- 0
develop/libbsd/libbsd.desc

@ -0,0 +1,34 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../libbsd/libbsd.desc
[COPY] Copyright (C) 2015 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] A library with BSD functions for GNU systems
[T] This library provides useful functions commonly found on BSD systems, and
[T] lacking on others like GNU systems, thus making it easier to port projects
[T] with strong BSD origins, without needing to embed the same code over
[T] and over again on each project.
[U] http://libbsd.freedesktop.org
[A] Guillem Jover <guillem@hadrons.org>
[M] Nagy Károly Gábriel <nagy.karoly@opensde.org>
[C] extra/library
[L] BSD
[S] Stable
[V] 0.7.0
[P] X -----5---9 150.000
[D] 3253238986 libbsd-0.7.0.tar.xz http://libbsd.freedesktop.org/releases/

Loading…
Cancel
Save