]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - squashfs-tools/squashfs-tools.nm
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / squashfs-tools / squashfs-tools.nm
CommitLineData
fe1ed6a4 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fe1ed6a4
BS
4###############################################################################
5
802ea3af
MT
6name = squashfs-tools
7version = 4.1
8release = 1
fe1ed6a4 9
802ea3af
MT
10groups = System/Filesystem
11url = http://squashfs.sf.net/
12license = GPLv2+
13summary = Utility for the creation of squashfs filesystems.
fe1ed6a4 14
802ea3af
MT
15description
16 Squashfs is a highly compressed read-only filesystem for Linux.
17end
2832b22b 18
802ea3af
MT
19source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
20sources = squashfs-%{version}.tar.gz
8dd36453 21
802ea3af
MT
22build
23 requires
24 libattr-devel
25 xz-devel
26 zlib-devel
27 end
fe1ed6a4 28
802ea3af 29 DIR_APP = %{DIR_SRC}/squashfs/squashfs-tools
fe1ed6a4 30
802ea3af 31 make_build_targets = RPM_OPT_FLAGS="%{CFLAGS}"
fe1ed6a4 32
802ea3af
MT
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
38end
fe1ed6a4 39
802ea3af
MT
40# XXX This package has a very weird dependency to libgcc_s.so.1.
41# Can we fix this in a non-hacky way?
42packages
43 package %{name}
44 requires = libgcc_s.so.1
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end