Magellan Linux

Contents of /trunk/core/kmod/kmod-4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10083 - (show annotations) (download)
Mon Jan 16 19:52:55 2012 UTC (12 years, 5 months ago) by niro
File size: 642 byte(s)
-fixed missing DESCRIPTION and HOMEPAGE
1 # $Id$
2
3 PNAME="kmod"
4 PVER="4"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Library and tools for managing linux kernel-modules."
10 HOMEPAGE="http://git.profusion.mobi/cgit.cgi/kmod.git"
11
12 DEPEND=">= virtual/glibc
13 >= app-arch/xz-utils-5
14 >= sys-libs/zlib-1.2.5"
15
16 SRCFILE="${PNAME}-${PVER}.tar.xz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild multilib
20
21 SRC_URI=(
22 http://packages.profusion.mobi/kmod/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd 'http://packages.profusion.mobi/${PNAME}/?C=M;O=A' | lasttarball xz"
27
28 src_compile()
29 {
30 mconfigure --disable-debug --enable-tools --with-xz --with-zlib || die
31 mmake || die
32 }