Permalink
Newer
100755
28 lines (18 sloc)
334 Bytes
1
#!/bin/env beesh
2
3
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/${PV[2]}/gnome-desktop-${PV}.tar.bz2"
4
5
PATCHURL[0]=""
6
7
PGRP=( uncategorized )
8
9
SYSCONFDIR=/etc/gnome
10
11
# EXCLUDE=""
12
13
mee_patch() {
14
bee_patch
15
}
16
17
mee_configure() {
18
bee_configure
19
}
20
21
mee_build() {
22
bee_build
23
}
24
25
mee_install() {
26
bee_install
27
}
28