wok-next view xcursor-obsidian/receipt @ rev 20044
gdb: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 22 21:25:10 2017 +0200 (2017-10-22) |
parents | 40fab26c175d |
children | 12d2d32d8ab5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-obsidian"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Obsidian cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
14 BUILD_DEPENDS="symlinks"
16 compile_rules() {
17 icodir="$install/usr/share/icons/Obsidian"
18 mkdir -p $icodir
19 cp -r $src/cursors $src/index.theme $icodir
20 . $stuff/symdup.sh
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="xorg-libXcursor"
26 TAGS="cursor-theme"
27 }