]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - btrfs-progs/btrfs-progs.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / btrfs-progs / btrfs-progs.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = btrfs-progs
7 version = 0.19
8 release = 2
9
10 groups = System/Filesystems
11 url = http://btrfs.wiki.kernel.org/index.php/Main_Page
12 license = GPLv2
13 summary = Userspace programs for btrfs.
14
15 description
16 The btrfs-progs package provides all the userpsace programs needed to create, \
17 check, modify and correct any inconsistencies in the btrfs filesystem.
18 end
19
20 sources = %{thisapp}.tar.bz2
21
22 patches = btrfs-progs-upstream.patch
23 patches += btrfs-progs-fix-labels.patch
24 patches += btrfs-progs-build-everything.patch
25 patches += btrfs-progs-valgrind.patch
26 patches += btrfs-progs-build-fixes.patch
27
28 build
29 requires
30 e2fsprogs-devel
31 libacl-devel
32 libuuid-devel
33 zlib-devel
34 end
35
36 build
37 make CFLAGS="%{CFLAGS}" LDFLAGS="-lcom_err" all convert
38 end
39
40 install
41 make bindir=%{BUILDROOT}/sbin mandir=%{BUILDROOT}/usr/share install
42 end
43 end
44
45 packages
46 package %{name}
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end