mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 19:37:13 +08:00
move libpaper from games
This commit is contained in:
parent
22969a3c85
commit
0420d7ce2f
30
libpaper/PKGBUILD
Normal file
30
libpaper/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
#
|
||||
# Games Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||
# Contributor: Gene Kodadek <gkodadek@gmail.com>
|
||||
|
||||
pkgname=libpaper
|
||||
pkgver=1.1.24
|
||||
pkgrel=1
|
||||
pkgdesc="Library for handling paper characteristics"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://packages.debian.org/unstable/source/libpaper"
|
||||
license=('GPL')
|
||||
source=(http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_${pkgver}.tar.gz)
|
||||
md5sums=('5bc87d494ba470aba54f6d2d51471834')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
./configure \
|
||||
--mandir=$pkgdir/usr/share/man \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make prefix=$pkgdir/usr install
|
||||
}
|
Loading…
Reference in New Issue
Block a user