mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
photomolo-1.2.4-1
This commit is contained in:
parent
cd63853107
commit
20e53705ca
1 changed files with 6 additions and 6 deletions
12
PKGBUILD
12
PKGBUILD
|
|
@ -12,17 +12,17 @@ source=(http://www.nic.funet.fi/pub/sci/graphics/packages/$pkgname/$pkgname-$pkg
|
|||
md5sums=('8e277b95023b2e32171edeae5367e7f5')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
make PREFIX="${pkgdir}"/usr install installman
|
||||
|
||||
install -d "$pkgdir"/usr/share/doc/$pkgname
|
||||
cp -r examples "$pkgdir"/usr/share/doc/$pkgname
|
||||
chmod -x "$pkgdir"/usr/share/doc/$pkgname/examples/*
|
||||
|
||||
install -d "${pkgdir}"/usr/share/doc/$pkgname
|
||||
cp -r examples "${pkgdir}"/usr/share/doc/$pkgname
|
||||
chmod -x "${pkgdir}"/usr/share/doc/$pkgname/examples/*
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue