mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
321 B
Bash
14 lines
321 B
Bash
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
|
|
|
|
plugrel=1
|
|
pkgname=z2-sdl-profile
|
|
pkgver=1.0
|
|
pkgrel=1
|
|
pkgdesc="profile script for changing SDL configs"
|
|
arch=('arm')
|
|
license=('GPL')
|
|
source=('z2.sh')
|
|
md5sums=('0a3395f629009fed584295e6b1b0bba0')
|
|
package() {
|
|
install -m711 -D ${srcdir}/z2.sh ${pkgdir}/etc/profile.d/z2.sh
|
|
}
|