commit
78e39274bc
|
@ -170,6 +170,7 @@ libopcodes-2.21.so binutils binutils-devel
|
|||
libdb-4.8.so libdb db-devel
|
||||
libdb_cxx-4.8.so libdb db-devel
|
||||
libgdbm.so.4 gdbm gdbm-devel
|
||||
libgdbm_compat.so.4 gdbm gdbm-devel
|
||||
libgettextsrc-0.18.1.so gettext-libs gettext-devel
|
||||
libgettextlib-0.18.1.so gettext-libs gettext-devel
|
||||
libgettextpo.so.0 gettext-libs gettext-devel
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=bison
|
|||
version=2.5
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="GNU yacc(1) replacement"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0a370df6ee2b23e9ec3043e1ab78878241aa008ec424926294dd4cb3475439b8
|
||||
|
@ -14,3 +14,8 @@ long_desc="
|
|||
Add_dependency full glibc
|
||||
Add_dependency full m4
|
||||
Add_dependency build gettext
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
echo '#define YYENABLE_NLS 1' >> lib/config.h
|
||||
}
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libstdc++-devel
|
||||
Add_dependency run libdb
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'libdb'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} - shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'db'
|
||||
pkgname=db
|
||||
version=4.8.26
|
||||
revision=2
|
||||
version=4.8.30
|
||||
wrksrc="db-${version}"
|
||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,7 +11,7 @@ configure_args="--enable-compat185 --enable-cxx --enable-o_direct
|
|||
make_build_args="LIBSO_LIBS=-lpthread"
|
||||
short_desc="The Berkeley DB from Oracle"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f755d15f79cf6fc5a61d94bc3c8cfd3f9cb0ce3d454379d5981c54b326809d41
|
||||
checksum=e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a
|
||||
long_desc="
|
||||
Berkeley DB is an embeddable database system that supports keyed access to
|
||||
data. The software is distributed in source code form, and developers can
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'gdbm'
|
||||
pkgname=gdbm
|
||||
version=1.10
|
||||
revision=1
|
||||
homepage="http://www.gnu.org.ua/software/gdbm/"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libgdbm-compat"
|
||||
short_desc="GNU database routines"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
pkgname=iana-etc
|
||||
version=2.30
|
||||
revision=1
|
||||
#distfiles="http://sethwklein.net/$pkgname-$version.tar.bz2"
|
||||
distfiles="ftp://ftp.sh.cvut.cz/storage/1/sourcemage/grimoire/fallback/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://sethwklein.net/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="STRIP=yes"
|
||||
short_desc="Unix /etc/services and /etc/protocols files"
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
pkgname=kbd
|
||||
version=1.15.3
|
||||
revision=4
|
||||
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
||||
#distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/kbd/kbd-1.15.3.tar.bz2/be28c144ba7b3e1cf630f909ae8e9875/kbd-1.15.3.tar.bz2"
|
||||
build_style=configure
|
||||
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
||||
--datarootdir=/usr/share --mandir=/usr/share/man"
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
pkgname=libgudev
|
||||
version=175
|
||||
wrksrc=udev-${version}
|
||||
#distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||
distfiles="http://people.freedesktop.org/~kay/udev-${version}.tar.bz2"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-selinux --disable-rule-generator
|
||||
--enable-introspection --enable-gudev --disable-static
|
||||
|
@ -13,7 +12,7 @@ short_desc="GObject-based wrapper library for libudev"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license="GPL-2"
|
||||
checksum=4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab
|
||||
checksum=6e7c7330a8f7a1d118e33338941381faa005759921caa241535d6930bb12140f
|
||||
long_desc="
|
||||
This library makes it much simpler to use libudev from programs already using
|
||||
GObject. It also makes it possible to easily use libudev from other
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=man-pages
|
||||
version=3.35
|
||||
homepage="http://man7.org/linux/man-pages/index.html"
|
||||
distfiles="http://man7.org/linux/man-pages/download/$pkgname-$version.tar.gz"
|
||||
distfiles="http://man7.org/linux/download/man-pages/$pkgname-$version.tar.gz"
|
||||
short_desc="Linux Documentation Project manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'module-init-tools'
|
||||
pkgname=module-init-tools
|
||||
version=3.16
|
||||
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
||||
#distfiles="${KERNEL_SITE}/utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/module-init-tools/module-init-tools-3.16.tar.bz2"
|
||||
revision=1
|
||||
short_desc="Tools for managing kernel modules"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -8,3 +8,4 @@ libc.so.6
|
|||
libdb-4.8.so
|
||||
librt.so.1
|
||||
libgdbm.so.4
|
||||
libgdbm_compat.so.4
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=perl
|
||||
version=5.14.2
|
||||
distfiles="http://www.cpan.org/src/5.0/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Practical Extraction and Report Language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.perl.org"
|
||||
|
|
|
@ -3,20 +3,19 @@ pkgname=tzdata
|
|||
wrksrc=${pkgname}
|
||||
create_wrksrc=yes
|
||||
_tzcode_ver=2011i
|
||||
_tzdata_ver=2011m
|
||||
_tzdata_ver=2011n
|
||||
version=${_tzdata_ver}
|
||||
distfiles="
|
||||
ftp://munnari.oz.au/pub/tzcode${_tzcode_ver}.tar.gz
|
||||
ftp://munnari.oz.au/pub/tzdata${_tzdata_ver}.tar.gz"
|
||||
http://www.iana.org/time-zones/repository/releases/tzcode${_tzcode_ver}.tar.gz
|
||||
http://www.iana.org/time-zones/repository/releases/tzdata${_tzdata_ver}.tar.gz"
|
||||
build_style=gnu-makefile
|
||||
homepage="http://www.twinsun.com/tz/tz-link.htm"
|
||||
revision=1
|
||||
homepage="http://www.iana.org/time-zones"
|
||||
short_desc="Time zone and daylight-saving time data"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum="
|
||||
f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec
|
||||
c8e01f5b4a3cd8b8aee84b4befb4b671cef34353e5af022ed22071f5b86ef5f4"
|
||||
a343e542486b2b8ebdeca474eed79f1c04f69420ca943c2b9bdea1d2385e38cd"
|
||||
long_desc="
|
||||
This package contains data required for the implementation of standard
|
||||
local time for many representative locations around the globe. It is
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
pkgname=udev
|
||||
version=175
|
||||
revision=2
|
||||
#distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||
distfiles="http://people.freedesktop.org/~kay/udev/udev-${version}.tar.bz2"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
||||
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
||||
|
@ -13,7 +12,7 @@ short_desc="/dev/ and hotplug management daemon"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license="GPL-2"
|
||||
checksum=4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab
|
||||
checksum=6e7c7330a8f7a1d118e33338941381faa005759921caa241535d6930bb12140f
|
||||
long_desc="
|
||||
udev is a daemon which dynamically creates and removes device nodes from
|
||||
/dev/, handles hotplug events and loads drivers at boot time."
|
||||
|
|
Loading…
Reference in New Issue
Block a user