From c3898961e406c83e5de447dcd0b104db37e4a270 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 1 Dec 2015 17:51:52 +0100 Subject: [PATCH] New package: libfat-nds --- satellites/bin/libfat-nds.sat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 satellites/bin/libfat-nds.sat diff --git a/satellites/bin/libfat-nds.sat b/satellites/bin/libfat-nds.sat new file mode 100644 index 0000000..6c3f6a9 --- /dev/null +++ b/satellites/bin/libfat-nds.sat @@ -0,0 +1,13 @@ +name=libfat-nds +libname=libnds +version=1.0.14 +update_url="https://sourceforge.net/projects/devkitpro/files/libfat/" + +download "https://sourceforge.net/projects/devkitpro/files/libfat/$version/$name-$version.tar.bz2" \ + "cc1712a56c8b0c133974936c69599f0e" +header_end + +mkdir -p "$dir_install/opt/devkitPRO/$libname" +extract "$name-$version.tar.bz2" "$dir_install/opt/devkitPRO/$libname" + +# vim:set tabstop=4 shiftwidth=4 syntax=sh et: