summaryrefslogtreecommitdiffstats
path: root/oxygen-gtk3/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'oxygen-gtk3/Pkgfile')
-rwxr-xr-xoxygen-gtk3/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/oxygen-gtk3/Pkgfile b/oxygen-gtk3/Pkgfile
new file mode 100755
index 000000000..c56708705
--- /dev/null
+++ b/oxygen-gtk3/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Theme Oxygen pour applications en gtk3
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,gtk3,dbus-glib
+# Run on: gtk3,dbus-glib
+
+name=oxygen-gtk3
+version=20111222
+release=1
+source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz)
+
+build() {
+ cd oxygen-gtk
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+ make DESTDIR=$PKG install
+}
+