DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2012-03-05 06:53:54

tniet
New member
Registered: 2012-02-22
Posts: 4

Tutorial on Compiling Packages on Fun_Plug 0.7 Please

Hi All,

Thanks for all the interesting topics in the forum.  I have tried a few things related to compiling packages for ffp 0.7 but haven't had any luck.  Can someone provide a short tutorial on how to do this on a DNS-325?

Thanks!
tniet

Offline

 

#2 2012-03-05 14:59:27

pizzard
Member
Registered: 2012-02-19
Posts: 6

Re: Tutorial on Compiling Packages on Fun_Plug 0.7 Please

This was requested several times, also by me, I also tried it but had no success unless I managed to compile for 0.5 successfully.
So +1

Offline

 

#3 2012-03-06 14:13:02

R0b1n
Member
Registered: 2011-12-03
Posts: 51

Re: Tutorial on Compiling Packages on Fun_Plug 0.7 Please

This post by Mijelfz will helps you guys: http://dns323.kood.org/forum/viewtopic. … 766#p45766

ionice -c 3 nice screen
mkdir -p packagename/dest/install
echo "description" >packagename/dest/install/DESCR
echo "url" >packagename/dest/install/HOMEPAGE
cd packagename
wget package-url
tar xf package
cd package
./configure --prefix=/ffp
make
DESTDIR=/full/path/to/packagename/dest make install-strip (or ~ install/strip or ~ install)
cd ../dest
PKGDIR=/full/path/to/packagename makepkg package version revision

But you will have to customize and edit config files. You will also have to compile and install dependencies before compiling your package  in most of cases...

Last edited by R0b1n (2012-03-06 14:18:39)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB