exfat-utils: use do_build().

This commit is contained in:
Juan RP 2014-03-09 10:23:14 +01:00
parent 6ecf0bc81d
commit c10693fe64

View File

@ -10,6 +10,10 @@ homepage="http://code.google.com/p/exfat"
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=9079c6fa1eea33ca635252985c226141968d88445abf0255a4119bf54028df1d
do_build() {
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
}
do_install() {
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" install
vmkdir usr/share/man/man8