]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - ustr/ustr.nm
autoconf: updated to 2.69.
[people/arne_f/ipfire-3.x.git] / ustr / ustr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ustr
7 version = 1.0.4
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.and.org/ustr/
12 license = MIT or LGPLv2+ or BSD
13 summary = String library, very low memory overhead, simple to import.
14
15 description
16 Micro string library, with very low overhead.
17 end
18
19 source_dl = http://www.and.org/ustr/%{version}/
20 sources = %{thisapp}.tar.bz2
21
22 build
23 make_build_targets += \
24 all-shared \
25 CFLAGS="%{CFLAGS}"
26
27 test
28 make check
29 end
30
31 install_cmds
32 rm -rf %{BUILDROOT}/usr/share
33 rm -rf %{BUILDROOT}/usr/lib/pkgconfig/*debug*
34 rm -rf %{BUILDROOT}/lib/*debug*
35 rm -rf %{BUILDROOT}/usr/lib/*debug*
36 end
37 end
38
39 packages
40 package %{name}
41 end
42
43 package %{name}-devel
44 template DEVEL
45
46 files
47 /usr/bin/
48 /usr/include/
49 /usr/lib/pkgconfig/
50 */lib/*.so
51 end
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end