You are not logged in.
Pages: 1
hi, this is my first PKGBUILD. It is for xchm.
#$Id: PKGBUILD $
#Maintainer: Martin Mancuska <borg@borg.sk>
#Contributor:
pkgname=xchm
pkgver=1.10
pkgrel=1
pkgdesc="xCHM is a cross-platform GUI front-end to chmlib."
arch=(i686)
url="http://xchm.sourceforge.net/index.html"
groups=()
provides=()
depends=('chmlib' 'wxgtk')
makedepend=()
conflicts=()
replace=()
backup=()
install=
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sum=('df4d42e3bb11187139f4475b89c4ab96')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline
Okay.
But it's already there:
http://aur.archlinux.org/packages.php?K=xchm
(or /var/abs/community/office/xchm/PKGBUILD)
1000
Offline
thanks for link.
I did not find package for xchm (pacman -Ss xchm, search engine for forum returns nothing). so please ignore my pkgbuild.
Offline
The search from the main page search only in current,extra,testing,unstable. If you want to search packages from community or aur you need to go on the aur page http://aur.archlinux.org. If you want pacman to search in community you need to edit pacman.conf and uncomment [community]:
Last edited by wonder (2007-03-18 11:49:53)
Give what you have. To someone, it may be better than you dare to think.
Offline
thanks for link.
I did not find package for xchm (pacman -Ss xchm, search engine for forum returns nothing). so please ignore my pkgbuild.
[stalwart@naga ~]$ pacman -Ss xchm
community/xchm 1.10-2
A cross-platform GUI front-end to chmlib
Uncomment community repo in /etc/pacman.conf
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
i will, thanks
Offline
Where does one go about posting a request to add a desktop entry to this, primarily if not exclusively, X-related package?
*Borromini wonders why some of Arch's graphical packages do not include any desktop files at all
Last edited by B (2007-03-18 21:24:10)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Where does one go about posting a request to add a desktop entry to this, primarily if not exclusively, X-related package?
For community packages like xchm, contact the TU who maintains it. For packages in the official repo, add a feature request on the bug tracker.
*Borromini wonders why some of Arch's graphical packages do not include any desktop files at all
Probably the TU/dev don't think to add it when it's not provided by the upstream author. Some WM don't use them.
Offline
Okay . Thanks for the pointers .
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Pages: 1