]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - squashfs-tools/squashfs-tools.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / squashfs-tools / squashfs-tools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = squashfs-tools
7 version = 4.1
8 release = 1
9
10 groups = System/Filesystem
11 url = http://squashfs.sf.net/
12 license = GPLv2+
13 summary = Utility for the creation of squashfs filesystems.
14
15 description
16 Squashfs is a highly compressed read-only filesystem for Linux.
17 end
18
19 source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
20 sources = squashfs-%{version}.tar.gz
21
22 build
23 requires
24 libattr-devel
25 xz-devel
26 zlib-devel
27 end
28
29 DIR_APP = %{DIR_SRC}/squashfs/squashfs-tools
30
31 make_build_targets = RPM_OPT_FLAGS="%{CFLAGS}"
32
33 install
34 mkdir -pv %{BUILDROOT}/usr/bin
35 install -m 755 mksquashfs %{BUILDROOT}/usr/bin
36 install -m 755 unsquashfs %{BUILDROOT}/usr/bin
37 end
38 end
39
40 # XXX This package has a very weird dependency to libgcc_s.so.1.
41 # Can we fix this in a non-hacky way?
42 packages
43 package %{name}
44 requires = libgcc_s.so.1
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end