You are not logged in.
Offline
Replace DESTDIR by INSTALL_ROOT
Offline
Why Does I don't appear as the packager?
packager = Arch Linux (http://www.archlinux.org)
The PKGBUILD is now:
# Contributor: Nadav Vinik <nadavvin at gmail.com>
# export PACKAGER="Nadav Vinik <nadavvin at gmail.com>"
pkgname=php-gtk
pkgver=2.0.0alpha
pkgrel=1
pkgdesc="GTK+ binding to PHP"
depends=('php>=5.1.6' 'gtk' 'glib' 'libpng>=1.2.8' 'fontconfig>=2.4.0' 'cairo>=1.2.4' 'pango>=1.14.7' 'atk>=1.9.1' 'libgnomeprint>=2.12.1' 'gtksourceview>=1.6.0' 'pkgconfig>=0.21')
source=(http://gtk.php.net/distributions/php-gtk-2.0.0alpha.tar.gz)
url="http://gtk.php.net"
md5sums=('f2621750f1dec322d3fe3670cb62b926')
license=('php')
arch=(i686)
install=('INSTALL')
build() {
cd $startdir/src/$pkgname-$pkgver
./buildconf --with-phpize=/usr/bin/phpize
./configure --prefix=/usr --enable-sourceview
--with-php-config=/usr/bin/php-config
make || return 1
make INSTALL_ROOT=$startdir/pkg/usr install
}
Offline
Modify the PACKAGER variable in /etc/makepkg.conf
I've removed your pkg from AUR as it was a duplicate. At least, it was a good exercice for your pkg building skills.
Offline
Modify the PACKAGER variable in /etc/makepkg.conf
I've removed your pkg from AUR as it was a duplicate. At least, it was a good exercice for your pkg building skills.
it also helped me with my building skills too
Registered Linux User #439761
Offline