You are not logged in.

#1 2006-07-30 14:57:09

vasdee
Member
Registered: 2006-07-15
Posts: 55

comix-3.3 package

since the comix version via pacman is out of date and i can't install it anyway because the 'rar' package is not in the repos (due to licensing issues) i wanted to build it myself but it doesn't work...Here's my PKGBUILD:

pkgname=comix
pkgver=3.3
pkgrel=1
pkgdesc="a GTK comicbook reader"
url="http://comix.sourceforge.net/"
license="GPL"
depends=('python' 'unrar' 'pil' 'pygtk')
source=(http://dl.sourceforge.net/sourceforge/comix/$pkgname-$pkgver.tar.gz)
md5sums=('3155990353f3b4e6cf93e6e1d4b6d298')

build() {
  cd $startdir/src/$pkgname-$pkgver
  python ./install.py install
}

i get a 'tar cannot stat' error when i try makepkg and altho it builds the package it is much smaller than the source tarball which doesn't sound right :?. Any ideas what's wrong with my build script? Do i have to do something special for apps that don't use the standard make/make install commands?

thanks!

Offline

#2 2006-07-30 15:25:40

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: comix-3.3 package

Why not just modify the existing PKGBUILD?

http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup


I am a gated community.

Offline

#3 2006-07-31 02:05:29

vasdee
Member
Registered: 2006-07-15
Posts: 55

Re: comix-3.3 package

ahh thanks for that. That was my original plan but i didn't know where to get it.

Offline

#4 2006-07-31 02:43:59

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: comix-3.3 package

No problem. When you go to the package page, just click on the CVS link.


I am a gated community.

Offline

Board footer

Powered by FluxBB