Remove this ugly versionning

This commit is contained in:
Manuel 2013-05-22 19:02:53 +00:00
parent 13430203ef
commit d22012efd0
2 changed files with 7 additions and 9 deletions

View File

@ -1,16 +1,14 @@
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=pango
pkgver=1.32.5
pkgrel=2
pkgrel=3
pkgdesc="A library for layout and rendering of text"
arch=('x86_64')
license=('LGPL')
depends=('cairo' 'libxft' 'libthai' 'harfbuzz')
makedepends=('gobject-introspection' 'libxt' 'fontconfig')
options=('!libtool' '!emptydirs')
options=('!libtool')
install=pango.install
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.xz")
url="http://www.pango.org/"

View File

@ -2,25 +2,25 @@
pkgname=perl-archive-zip
_realname=Archive-Zip
pkgver=1.31_02
pkgrel=2
pkgver=1.31
pkgrel=1
pkgdesc="Provide a perl interface to ZIP archive files"
arch=(any)
license=('GPL' 'PerlArtistic')
url="http://search.cpan.org/dist/${_realname}/"
depends=('perl>=5.14.2')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz)
source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}_02.tar.gz)
md5sums=('357725f70a98aa361598ac595af9599f')
build() {
cd ${srcdir}/${_realname}-${pkgver}
cd ${srcdir}/${_realname}-${pkgver}_02
# install module in vendor directories.
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
package() {
cd ${srcdir}/${_realname}-${pkgver}
cd ${srcdir}/${_realname}-${pkgver}_02
make install DESTDIR=${pkgdir}
}