Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: PhotonX <photon89 [at] gmail.com>.
- pkgname=i4oled-gui-git
- _realname=i4oled-gui
- pkgver=c7ae871010c6fac694cba1abc2f2108f884e45a0
- pkgrel=1
- pkgdesc="A graphical user interface for i4oled, a utility to set and render OLED icons on Wacom Intuos4 family tablets"
- arch=('i686' 'x86_64')
- url="https://github.com/PrzemoF/i4oled-gui"
- license=('GPL2')
- depends=('dconf' 'gtk3')
- makedepends=('git')
- _giturl=https://gitlab.com/PrzemoF/i4oled-gui.git
- prepare() {
- cd ${srcdir}
- msg "Connecting to the server...."
- if [ -d ${srcdir}/$_realname ]; then
- cd ${srcdir}/$_realname
- git pull
- else
- git clone $_giturl
- fi
- }
- build() {
- cd "$_realname"
- ./autogen.sh
- ./configure
- make
- }
- package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="${pkgdir}" install
- }
Advertisement
Add Comment
Please, Sign In to add comment