Split pkgs required by xbps-base-system, structure based in Fedora.

--HG--
extra : convert_revision : 151da3637a2745b786251e067bb924c3fd98118b
This commit is contained in:
Juan RP
2009-02-25 06:15:20 +01:00
parent 64adf578e7
commit 0b7cdfa1d0
59 changed files with 357 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
# Template file for 'udev'
pkgname=udev
version=137
version=138
distfiles="
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure
@@ -8,13 +8,13 @@ configure_args="--exec-prefix= --without-selinux --mandir=/usr/share/man"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="A userspace implementation of devfs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1aaa46da688f54f6d3b6ab727d82d011898b473952b74e812e174dd477602ebc
checksum=bc525a4d6bdbace1b23433256643cc331e4049e1e2442333707e6d2ba8a173b4
long_desc="
udev is a implementation of devfs in userspace using sysfs and
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."
build_depends="initramfs-tools-0.92 procps-3.2.7"
run_depends="glibc-2.8 $build_depends"
Add_dependency full glibc
Add_dependency full procps
post_install()
{