10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
srpm xz
|
||
|
mcd $BUILDDIR/$1
|
||
|
$SRC/${1}-*/configure \
|
||
|
--prefix=/usr \
|
||
|
--libdir=/usr/lib64 \
|
||
|
--build=$BUILD \
|
||
|
--host=$TARGET
|
||
|
make $J V=1
|
||
|
make $J install DESTDIR=${ROOTFS}
|