From 69dd99f961988fa15da8d7f0d63b62f3385419c3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Mar 2013 16:47:17 -0700 Subject: Initial commit of a Slackware cross-arch bootstrap framework. --- recipe.d/0033-libusb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipe.d/0033-libusb (limited to 'recipe.d/0033-libusb') diff --git a/recipe.d/0033-libusb b/recipe.d/0033-libusb new file mode 100644 index 0000000..5ad9b50 --- /dev/null +++ b/recipe.d/0033-libusb @@ -0,0 +1,5 @@ +mcd $BUILDDIR/${1} +cd $SLACKSOURCE/${1}/${1}-* +./configure $TCONFIGARGS +make $NUMJOBS +make install -- cgit v1.2.3-65-gdbad