Rename linux-headers to kernel-headers.

--HG--
extra : convert_revision : 2439fd1aedddad1611f6ba8a0351c81edfd5c8f1
This commit is contained in:
Juan RP 2008-10-28 06:17:21 +01:00
parent dff230ebcb
commit 3c3dd07d3f
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Template file for 'linux-headers'
pkgname=linux-headers
# Template file for 'kernel-headers'
pkgname=kernel-headers
version=2.6.27.3
wrksrc="linux-$version"
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version@.tar.bz2"

View file

@ -22,4 +22,4 @@ checksum=b8e499b338ce9fbd1fb315194b26540ec823c0afc46c9e145ac7a3e38ad57e6b
long_desc="
util-linux is a random collection of Linux utilities."
build_depends="linux-headers-2.6.27.3"
build_depends="kernel-headers-2.6.27.3"

View file

@ -9,6 +9,6 @@ long_desc="
inside of a chroot and continue installing them."
base_chroot=yes
build_depends="glibc-2.8 linux-headers-2.6.27.3 bash-3.2 coreutils-6.12
build_depends="glibc-2.8 kernel-headers-2.6.27.3 bash-3.2 coreutils-6.12
tar-1.20 bzip2-1.0.5 gzip-1.3.12 gawk-3.1.6 grep-2.5.3 findutils-4.4.0
sed-4.1.5 make-3.81 diffutils-2.8.1 file-4.26 proplib-0.1 patch-2.5.4"