1 # Maintainer: Jakob Nixdorf <flocke@user-helfen-usern.de>
6 pkgdesc="perl bindings for the Xfce 4 core libraries: libxfce4util and libxfcegui4"
7 depends=('perl>=5.10.0' 'glibc' 'libxfcegui4' 'libxfce4util' 'gtk2-perl' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
10 license=('GPL' 'PerlArtistic')
11 url="http://spuriousinterrupt.org/projects/xfce4-perl"
15 _gitroot=git://git.xfce.org/bindings/xfce4-perl
21 msg "Connecting to xfce.org GIT server...."
23 if [ -d ${srcdir}/$_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
34 if [ -d ${srcdir}/cgetvid-build ] ; then
38 cp -r cgetvid cgetvid-build
40 perl Makefile.PL || return 1
42 make DESTDIR=$startdir/pkg install || return 1
43 rm $startdir/pkg/usr/lib/perl5/core_perl/perllocal.pod