summaryrefslogtreecommitdiffstats
path: root/btrfs-progs/Pkgfile
blob: 0681fe5a9e3083068de4e510ad2047f7f19cc359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Utilitaires pour le Système de fichiers btrfs (formatage, vérification, pages de man)
# URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
# Maintainer: git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git
# Packager: thierryn1 at hispeed dot ch
# Depends on: acl
# Run on: acl

name=btrfs-progs
version=20120528
release=1
source=(http://nutyx.meticul.eu/files/$name-$version.tar.bz2)
build() {
cd $name
make CFLAGS="$CFLAGS"
make prefix=/usr bindir=/sbin mandir=/usr/share/man DESTDIR=$PKG install
}