]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - expect/expect.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / expect / expect.nm
CommitLineData
bdbc504d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
bdbc504d
SS
4###############################################################################
5
802ea3af
MT
6name = expect
7version = 5.43
8release = 1
bdbc504d 9
802ea3af
MT
10groups = Development/Languages
11url = http://expect.nist.gov/
12license = Public Domain
13summary = A program-script interaction and testing utility.
bdbc504d 14
802ea3af 15description
bdbc504d
SS
16 xpect is a tcl application for automating and testing \
17 interactive applications such as telnet, ftp, passwd, fsck, \
18 rlogin, tip, etc. Expect makes it easy for a script to \
19 control another program and interact with it.
802ea3af
MT
20end
21
22source_dl =
23sources = %{thisapp}.0.tar.gz
24
25build
26 requires
27 autoconf
28 automake
29 tcl
30 end
31
32 configure_options = \
33 --mandir=/usr/share/man \
34 --with-tcl=/usr/lib \
35 --with-tclinclude=/usr/include/ \
36 --with-x=no \
37 --enable-shared
38
39 test
40 make test
41 end
42
43 install
44 make install INSTALL_ROOT=%{BUILDROOT}
45
46 # remove cryptdir/decryptdir, as Linux has no crypt command
47 rm -f %{BUILDROOT}/usr/bin/{cryptdir,decryptdir}
48 rm -f %{BUILDROOT}/usr/share/man1/{cryptdir,decryptdir}.1*
49 rm -f %{BUILDROOT}/usr/bin/autopasswd
50 end
51end
52
53packages
54 package %{name}
55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end