Added gnome-shell-extensions-3.0.2 build template.

This commit is contained in:
Juan RP
2011-05-26 09:21:18 +02:00
parent 84f6d7278a
commit 96257e13c4
13 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Template file for 'gnome-shell-extensions-alternate-tab'.
#
short_desc="Alternate tab extension for GNOME Shell"
Add_dependency run gnome-shell-extensions
noarch=yes
do_install()
{
cd ${wrksrc}/extensions/alternate-tab
make DESTDIR=${DESTDIR} install
}