blob: 9ba27a3c2e61c4662539e83320cdc3c2110f9962 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4
pkgver=4.6
pkgrel=0
pkgdesc="XFCE 4 meta package"
url="http://www.xfce.org"
license="GPL"
depends="thunar xfce-utils xfce4-panel xfce4-session orage terminal mousepad
xfce4-settings xfdesktop xfwm4 xfce4-mixer xfce4-appfinder
tango-icon-theme ttf-dejavu"
makedepends=
install=
subpackages=
source=
build() {
mkdir -p "$pkgdir"
}
md5sums="" #generate with 'abuild checksum'
|