]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - ustr/ustr.nm
gobject-introspection: Update to 1.39.3.
[people/ms/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 = 2
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 make_install_targets += libdir=%{libdir}
32
33 install_cmds
34 rm -rf %{BUILDROOT}/usr/share
35 rm -rf %{BUILDROOT}/usr/lib*/pkgconfig/*debug*
36 rm -rf %{BUILDROOT}/lib/*debug*
37 rm -rf %{BUILDROOT}/usr/lib*/*debug*
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46
47 files += %{bindir}
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end