mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 16:37:13 +08:00
Remove this ugly versionning
This commit is contained in:
parent
13430203ef
commit
d22012efd0
@ -1,16 +1,14 @@
|
|||||||
# Platform Packages for Chakra, part of chakra-project.org
|
# Platform Packages for Chakra, part of chakra-project.org
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
|
||||||
|
|
||||||
pkgname=pango
|
pkgname=pango
|
||||||
pkgver=1.32.5
|
pkgver=1.32.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A library for layout and rendering of text"
|
pkgdesc="A library for layout and rendering of text"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('cairo' 'libxft' 'libthai' 'harfbuzz')
|
depends=('cairo' 'libxft' 'libthai' 'harfbuzz')
|
||||||
makedepends=('gobject-introspection' 'libxt' 'fontconfig')
|
makedepends=('gobject-introspection' 'libxt' 'fontconfig')
|
||||||
options=('!libtool' '!emptydirs')
|
options=('!libtool')
|
||||||
install=pango.install
|
install=pango.install
|
||||||
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.xz")
|
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.xz")
|
||||||
url="http://www.pango.org/"
|
url="http://www.pango.org/"
|
||||||
|
@ -2,25 +2,25 @@
|
|||||||
|
|
||||||
pkgname=perl-archive-zip
|
pkgname=perl-archive-zip
|
||||||
_realname=Archive-Zip
|
_realname=Archive-Zip
|
||||||
pkgver=1.31_02
|
pkgver=1.31
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Provide a perl interface to ZIP archive files"
|
pkgdesc="Provide a perl interface to ZIP archive files"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=('GPL' 'PerlArtistic')
|
license=('GPL' 'PerlArtistic')
|
||||||
url="http://search.cpan.org/dist/${_realname}/"
|
url="http://search.cpan.org/dist/${_realname}/"
|
||||||
depends=('perl>=5.14.2')
|
depends=('perl>=5.14.2')
|
||||||
options=('!emptydirs')
|
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')
|
md5sums=('357725f70a98aa361598ac595af9599f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${_realname}-${pkgver}
|
cd ${srcdir}/${_realname}-${pkgver}_02
|
||||||
# install module in vendor directories.
|
# install module in vendor directories.
|
||||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/${_realname}-${pkgver}
|
cd ${srcdir}/${_realname}-${pkgver}_02
|
||||||
make install DESTDIR=${pkgdir}
|
make install DESTDIR=${pkgdir}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user