mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 03:32:38 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
a4352c6e47
2 changed files with 35 additions and 0 deletions
16
.SRCINFO
Normal file
16
.SRCINFO
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pkgbase = cappuccino
|
||||
pkgdesc = Run this software on your computer when you are not motivated to work, and enjoy doing something different
|
||||
pkgver = 0.5.1
|
||||
pkgrel = 2
|
||||
url = https://www.cgabriel.org/software/wiki/Cappuccino
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = polygen
|
||||
depends = pygtk
|
||||
depends = python
|
||||
source = http://www.sourcefiles.org/Toys/Miscellaenous/cappuccino-0.5.1.tar.gz
|
||||
md5sums = e99094e278c2facc9d0f5f58086cd932
|
||||
|
||||
pkgname = cappuccino
|
||||
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
|
||||
pkgname=cappuccino
|
||||
pkgver=0.5.1
|
||||
pkgrel=2
|
||||
pkgdesc="Run this software on your computer when you are not motivated to work, and enjoy doing something different"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.cgabriel.org/software/wiki/Cappuccino"
|
||||
license=('GPL')
|
||||
depends=('polygen' 'pygtk' 'python')
|
||||
source=(http://www.sourcefiles.org/Toys/Miscellaenous/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('e99094e278c2facc9d0f5f58086cd932')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
||||
python setup.py install --root=${pkgdir} || return 1
|
||||
install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1 || return 1
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue