Magellan Linux

Annotation of /trunk/deprecated/discover/discover-2.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2234 - (hide annotations) (download)
Thu Jul 9 19:24:59 2009 UTC (14 years, 11 months ago) by niro
Original Path: trunk/todo/discover/discover-2.1.1-r1.smage2
File size: 887 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/discover/discover-2.1.1-r1.smage2,v 1.2 2008/02/07 14:23:36 niro Exp $
2    
3     PNAME="discover"
4     PVER="2.1.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="sys-apps"
8     STATE="testing"
9    
10     DESCRIPTION="Discover is a set of libraries and utilities for gathering and reporting information about a system's hardware."
11     HOMEPAGE="http://alioth.debian.org/projects/pkg-discover/"
12    
13     DEPEND=">= net-misc/curl-7.14
14     >= dev-libs/expat-1.95
15     >= net-dns/libidn-0.5
16     >= sys-apps/discover-data-2"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     http://alioth.debian.org/frs/download.php/1752/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # disable docbook
34     sed -i 's:docbook-to-man:echo:' doctools/docbook.mk || die
35    
36     # fix compilation on x86_64
37     sed -i '/curl_libs=.*sed/d' configure || die
38     }

Properties

Name Value
svn:keywords Id