milis/talimatname/genel/f2fs-tools/talimat

19 lines
459 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: F2FS dosya sistemi araçları
# URL: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/
# Packager: milisarge
# Depends on:
name=f2fs-tools
version=1.8.0
release=1
source=(https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
autoreconf -fi
./configure --prefix=/usr --sbindir=/usr/bin
make
make DESTDIR="$PKG/" sbindir=/usr/bin install
}