mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 23:42:21 +01:00
25 lines
528 B
Plaintext
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
|
|
|
|
}
|