[pacman-dev] pacman-git releases
Xavier
shiningxc at gmail.com
Fri Nov 23 02:44:12 EST 2007
On Fri, Nov 23, 2007 at 09:17:06AM +0200, fancris3 wrote:
> here its PKGBUILD
>
> pkgname=bsc-beta
> pkgver=4.0.05
> pkgrel=1
> pkgdesc="Two panels file mamager"
> arch=('i686' 'x86_64')
> url="http://www.beesoft.org/bsc.html"
> license="GPL"
> depends=('qt4')
> source=(http://www.beesoft.org/download/bsc_${pkgver}.beta_src.tar.bz2)
> md5sums=()
>
> build() {
> cd $startdir/src/bsc
> /usr/bin/qmake
> make PREFIX=/opt/bsc
> make PREFIX=$startdir/pkg/opt/bsc install || return 1
> }
>
> I thing its bad to hide a error by default,maybe its useful a options like
> options=(emptypkg)
>
Ok, I see.
But what you don't understand is that there are no errors!
That make install doesn't do anything, but it does it without errors :)
So there is nothing wrong at all, no hidden errors..
More information about the pacman-dev
mailing list