Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!

This commit is contained in:
Juan RP 2012-05-23 18:26:56 +02:00
parent 900779add4
commit 1816de0e4a
2107 changed files with 3050 additions and 10194 deletions

View file

@ -1,2 +0,0 @@
abi_depends=">=0.14"
api_depends="${abi_depends}"

View file

@ -1,13 +1,12 @@
# Template file for 'libdaemon-devel'.
#
depends="glibc-devel libdaemon"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run glibc-devel
Add_dependency run libdaemon
do_install()
{

View file

@ -5,6 +5,7 @@ revision=3
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-lynx"
makedepends="glibc-devel"
short_desc="Lightweight C library that eases the writing of UNIX daemons"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
@ -24,4 +25,3 @@ long_desc="
simple to get it done right and code duplication is not a goal."
subpackages="$pkgname-devel"
Add_dependency build glibc-devel