exfat-utils: use do_build().
This commit is contained in:
parent
6ecf0bc81d
commit
c10693fe64
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue