View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#39
There's just the DEB.

I might try repackaging it, as an excercise. (Never done that but I guess it should not be that hard...)

What do I need to know to do that? Here are the dependencies of the package:
Code:
juice@osiris:~$ 
juice@osiris:~$ aptitude show flasher
Package: flasher                         
State: installed
Automatically installed: no
Version: 3.12.1
Priority: optional
Section: utils
Maintainer: Mika Korhonen <ext-mika.2.korhonen@nokia.com>
Architecture: i386
Uncompressed Size: 164 k
Depends: libc6 (>= 2.7), libusb-0.1-4 (>= 2:0.1.12)
Description: Flashing utility
 This package contains utility for flashing DFL61 devices

juice@osiris:~$ 
juice@osiris:~$ 
juice@osiris:~$ ldd /usr/bin/flasher
	linux-gate.so.1 =>  (0xb7709000)
	librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb76ea000)
	libusb-0.1.so.4 => /lib/i386-linux-gnu/libusb-0.1.so.4 (0xb76e0000)
	libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7536000)
	libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb751b000)
	/lib/ld-linux.so.2 (0xb770a000)
juice@osiris:~$