exfat-utils: use do_build().
This commit is contained in:
parent
6ecf0bc81d
commit
c10693fe64
|
@ -10,6 +10,10 @@ homepage="http://code.google.com/p/exfat"
|
||||||
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9079c6fa1eea33ca635252985c226141968d88445abf0255a4119bf54028df1d
|
checksum=9079c6fa1eea33ca635252985c226141968d88445abf0255a4119bf54028df1d
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" install
|
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" install
|
||||||
vmkdir usr/share/man/man8
|
vmkdir usr/share/man/man8
|
||||||
|
|
Loading…
Reference in New Issue