xfce4/oneko/Pkgfile
2019-07-03 12:07:43 +02:00

25 lines
528 B
Plaintext

# Description: A cat that chases around your cursor
# URL: http://www.daidouji.com/oneko/
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: xorg-libxext xorg-libx11 xorg-imake
name=oneko
version=1.2
_relversion=sakura.5
release=3
source=(http://www.daidouji.com/$name/distfiles/$name-$version.$_relversion.tar.gz oneko.desktop)
build() {
cd $name-$version.$_relversion
xmkmf
make
make DESTDIR=$PKG install
install -d $PKG/usr/etc/xdg/autostart
install -m 644 $SRC/oneko.desktop $PKG/usr/etc/xdg/autostart
}