Re: dillo2

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


hi im attaching another fltk package with name now fltk2 and below is
the receipt.

# SliTaz package receipt.

PACKAGE="fltk2"
VERSION="2.0.x-r6403"
CATEGORY="system-tools"
SHORT_DESC="Fast Light Tool Kit (provide fluid)."
MAINTAINER="pankso@xxxxxxxxxx"
TARBALL="fltk-$VERSION.tar.bz2"
BUILD_DEPENDS="mesa mesa-dev xorg-libXft-dev"
DEPENDS="mesa xorg-libXft-dev"
WEB_SITE="http://www.fltk.org/";
WGET_URL="http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/$TARBALL";
SOURCE="fltk"
# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--enable-shared \
		$CONFIGURE_ARGS
	make
	make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share/pixmaps
	cp -a $_pkg/usr/bin $fs/usr
	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
#	cp $src/fluid/icons/fluid-32.png $fs/usr/share/pixmaps/fluid.png
}


On Mon, Oct 27, 2008 at 9:31 AM, Allan Pinto <allan316@xxxxxxxxx> wrote:
> Hi Paul,
> Attached is the tazpkg for fltk2 and dillo2, this is just for testing,
> i have already tested it once on a cooking live cd.
> now i have a few doubts, how do i get the package named as fltk2 as
> there is alread a fltk 1.x  , dillo needs fltk2 but i dont know how
> many fltk1 dependent packages are there in slitaz.
> another note. : there is no division of dev files just a basic tazpkg
> for checking and confirmation.
> once i get your comment on fltk ill upload both of them to the wok.
>
> On Mon, Oct 27, 2008 at 3:29 AM, Allan Pinto <allan316@xxxxxxxxx> wrote:
>> oh, i actually was hoping fraaz would do it, haha, ill get on to it
>> right away, will update you by evening.
>>
>> On Mon, Oct 27, 2008 at 3:50 AM, Paul Issott <paul@xxxxxxxxxxxxxxxxxxx> wrote:
>>> Hi Allan, is there any chance of getting a .tazpkg on the list for the
>>> folks?
>>>
>>> Thanks
>>>
>>> Paul
>>>
>>> Allan Pinto wrote:
>>>>
>>>> Hi ,
>>>> Success, dillo is installed and working.
>>>> had to reinstall slitaz though, i had lost total track of what i had
>>>> installed and where.
>>>> reinstalled and then installed slitaz-toolchain and the
>>>> slitaz-dev-pkgs , mesa-dev,
>>>> linked /usr/include/libpng12 /usr/includelibpng
>>>>
>>>> fltk2 was configured with this command ./configure --prefix=/usr
>>>> --enable-shared , make , make install
>>>> and then dillo as you said, ./configure --prefix=/usr
>>>> --disable-threaded-dns .
>>>> have attached a screenshot.
>>>>
>>>>
>>>> On Wed, Oct 15, 2008 at 5:57 PM, fraazz <fraazz@xxxxxxxxxxxxx> wrote:
>>>>
>>>>>
>>>>> On Wed, 15 Oct 2008 11:27:03 +0000
>>>>> "Allan Pinto" <allan316@xxxxxxxxx> wrote:
>>>>>
>>>>>
>>>>>>
>>>>>> hi ,
>>>>>> you need fltk2 for that, and when compiling fltk2, if you get the
>>>>>> glut/gpuzzle error you need to install the mesa-dev package.
>>>>>>
>>>>>
>>>>> fltk2 and mesa-dev were installed, the exit comes with no previous
>>>>> warnings when ./configure dillo2.
>>>>> I guess the problem is simple, fltk2 is installed in /usr/local which
>>>>> seems not in the PATH :
>>>>>
>>>>> $ echo $PATH
>>>>>
>>>>> /home/hacker/.local/bin:/home/hacker/.local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>>>>>
>>>>> So, change prefix during configure, or add /usr/local to the PATH.
>>>>>
>>>>> +
>>>>> npni
>>>>>
>>>>> --
>>>>> [0x366720B7]
>>>>>
>>>>> ---
>>>>> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>
>>>
>>>
>>> ---
>>> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>>>
>>
>>
>>
>> --
>> Thanx and regd's.
>>
>> Allan.
>> http://www.in2dwok.com
>>
>
>
>
> --
> Thanx and regd's.
>
> Allan.
> http://www.in2dwok.com
>



-- 
Thanx and regd's.

Allan.
http://www.in2dwok.com

Attachment: fltk2-2.0.x-r6403.tazpkg
Description: Binary data



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/